1
0
Fork 0
mirror of https://github.com/nineties/planckforth synced 2025-01-14 08:01:27 +01:00
planckforth/Makefile
2020-12-28 22:11:20 +09:00

10 lines
137 B
Makefile

# planckforth -
# Copyright (C) 2020 nineties
planck: planck.xxd
xxd -r -c 8 $< > $@
chmod +x $@
.PHONY: clean
clean:
rm -f planck