mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
Fix '\n'
This commit is contained in:
parent
f9acc5b061
commit
acd30d307d
2 changed files with 6 additions and 5 deletions
8
Makefile
8
Makefile
|
@ -1,9 +1,11 @@
|
|||
# planckforth -
|
||||
# Copyright (C) 2021 nineties
|
||||
|
||||
planck: planck.xxd
|
||||
xxd -r -c 8 $< > $@
|
||||
chmod +x $@
|
||||
default: x86hex
|
||||
|
||||
x86hex: planck.xxd
|
||||
xxd -r -c 8 $< > planck
|
||||
chmod +x planck
|
||||
|
||||
c: others/planck.c
|
||||
gcc -Wall -O2 $< -o planck
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
h@l@h@!h@C+h!k1k0-h@$k
|
||||
h@k1k0-+$h@C+h!ih@!h@C+h!kefh@!h@C+h!l!
|
||||
h@l@h@!h@C+h!k1k0-h@$k:k0-h@k1k0-+$h@C+h!ih@!h@C+h!kefh@!h@C+h!l!
|
||||
h@l@h@!h@C+h!k1k0-h@$k h@k1k0-+$h@C+h!ih@!h@C+h!kefh@!h@C+h!l!
|
||||
|
||||
h@l@ h@!h@C+h! k1k0-h@$ k\h@k1k0-+$ h@C+h!
|
||||
|
|
Loading…
Reference in a new issue