Depend on the general def.txt file.

This commit is contained in:
Simon Forman 2022-03-09 12:40:02 -08:00
parent 87fe1d0b3c
commit 05f0346d0e
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@ SOURCES = defs.nim joy.nim joylib.nim printer.nim reader.nim types.nim utils.nim
joy: $(SOURCES) defs.txt joy: $(SOURCES) defs.txt
nim c joy.nim nim c joy.nim
defs.txt: ../defs.txt
cp -fv ../defs.txt defs.txt