1
0
Fork 0
mirror of https://github.com/nineties/planckforth synced 2025-01-19 22:26:24 +01:00
planckforth/Makefile

11 lines
137 B
Makefile
Raw Normal View History

2020-12-28 14:11:20 +01:00
# planckforth -
# Copyright (C) 2020 nineties
planck: planck.xxd
xxd -r -c 8 $< > $@
chmod +x $@
.PHONY: clean
clean:
rm -f planck