Thun/implementations/Nim/Makefile

8 lines
91 B
Makefile

joy: joy.nim defs.txt
nim c joy.nim
defs.txt: ../defs.txt
cp -fv ../defs.txt defs.txt