diff --git a/implementations/Nim/Makefile b/implementations/Nim/Makefile new file mode 100644 index 0000000..756cec1 --- /dev/null +++ b/implementations/Nim/Makefile @@ -0,0 +1,4 @@ +SOURCES = defs.nim joy.nim joylib.nim printer.nim reader.nim types.nim utils.nim + +joy: $(SOURCES) defs.txt + nim c joy.nim