mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix makefile target name
This commit is contained in:
parent
aa8425cd24
commit
0ded810818
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,9 +1,9 @@
|
|||
# planckforth -
|
||||
# Copyright (C) 2021 nineties
|
||||
|
||||
default: i386-linux-handwrite
|
||||
default: i386-linux-handwritten
|
||||
|
||||
i386-linux-handwrite: planck.xxd
|
||||
i386-linux-handwritten: planck.xxd
|
||||
xxd -r -c 8 $< > planck
|
||||
chmod +x planck
|
||||
|
||||
|
|
Loading…
Reference in a new issue