OSDN Git Service

Simple makefile for Nim implementation.
authorSimon Forman <sforman@hushmail.com>
Tue, 22 Feb 2022 20:55:09 +0000 (12:55 -0800)
committerSimon Forman <sforman@hushmail.com>
Tue, 22 Feb 2022 20:55:09 +0000 (12:55 -0800)
implementations/Nim/Makefile [new file with mode: 0644]

diff --git a/implementations/Nim/Makefile b/implementations/Nim/Makefile
new file mode 100644 (file)
index 0000000..756cec1
--- /dev/null
@@ -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