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