mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +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
|
@ -2,6 +2,8 @@
|
|||
# Copyright (C) 2021 nineties
|
||||
|
||||
default: i386-linux-handwritten
|
||||
|
||||
planck: default
|
||||
|
||||
i386-linux-handwritten: planck.xxd
|
||||
xxd -r -c 8 $< > planck
|
||||
|
|
Loading…
Reference in a new issue