Depend on the general def.txt file.
This commit is contained in:
parent
87fe1d0b3c
commit
05f0346d0e
|
|
@ -2,3 +2,7 @@ SOURCES = defs.nim joy.nim joylib.nim printer.nim reader.nim types.nim utils.nim
|
|||
|
||||
joy: $(SOURCES) defs.txt
|
||||
nim c joy.nim
|
||||
|
||||
defs.txt: ../defs.txt
|
||||
cp -fv ../defs.txt defs.txt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue