Files
Thun/implementations/Nim/Makefile
T
Simon Forman 9d7a2a8fcb Minor cleanup, subtraction.
Testing with the joytest test suite revealed that I had forgotten to
implement subtraction.  This also unconvered a (maybe) bug in the
BigInts package where it converts "-" to zero.

https://git.sr.ht/~sforman/joytest

https://github.com/nim-lang/bigints/issues/116
2022-09-14 21:01:50 -07:00

8 lines
91 B
Makefile

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