aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-02-28 14:14:18 +0100
committerdef <dennis@felsin9.de>2015-02-28 14:23:19 +0100
commitb94acce656db4f0b129cd939765c0ca451f6a538 (patch)
treeb18e1bfc4865248ab1578989ecbdbec1e1fd04e2 /Makefile
parent937f0cdc6614592b9057c023be67b8ff0db8758c (diff)
downloadmal-b94acce656db4f0b129cd939765c0ca451f6a538.tar.gz
mal-b94acce656db4f0b129cd939765c0ca451f6a538.zip
Nim: step1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47c7829..0a64d5e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ PYTHON = python
IMPLS = bash c clojure coffee cs forth go haskell java js lua make mal \
ocaml matlab miniMAL perl php ps python r racket ruby rust \
- scala vb
+ scala vb nim
step0 = step0_repl
step1 = step1_read_print
@@ -76,6 +76,7 @@ ruby_STEP_TO_PROG = ruby/$($(1)).rb
rust_STEP_TO_PROG = rust/target/$($(1))
scala_STEP_TO_PROG = scala/$($(1)).scala
vb_STEP_TO_PROG = vb/$($(1)).exe
+nim_STEP_TO_PROG = nim/$($(1))
# Needed some argument munging
COMMA = ,
@@ -109,6 +110,7 @@ ruby_RUNSTEP = ruby ../$(2) $(3)
rust_RUNSTEP = ../$(2) $(3)
scala_RUNSTEP = sbt 'run-main $($(1))$(if $(3), $(3),)'
vb_RUNSTEP = mono ../$(2) --raw $(3)
+nim_RUNSTEP = ../$(2) $(3)
# Extra options to pass to runtest.py
cs_TEST_OPTS = --redirect