planckforth/Makefile
2021-01-02 13:29:46 +09:00

10 lines
137 B
Makefile

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