mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
minor fix
This commit is contained in:
parent
6f058885fc
commit
cf2a003e7d
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -3,6 +3,8 @@
|
|||
|
||||
default: i386-linux-handwritten
|
||||
|
||||
planck: default
|
||||
|
||||
i386-linux-handwritten: planck.xxd
|
||||
xxd -r -c 8 $< > planck
|
||||
chmod +x planck
|
||||
|
|
Loading…
Reference in a new issue