diff options
| author | def <dennis@felsin9.de> | 2015-02-28 14:14:18 +0100 |
|---|---|---|
| committer | def <dennis@felsin9.de> | 2015-02-28 14:23:19 +0100 |
| commit | b94acce656db4f0b129cd939765c0ca451f6a538 (patch) | |
| tree | b18e1bfc4865248ab1578989ecbdbec1e1fd04e2 /Makefile | |
| parent | 937f0cdc6614592b9057c023be67b8ff0db8758c (diff) | |
| download | mal-b94acce656db4f0b129cd939765c0ca451f6a538.tar.gz mal-b94acce656db4f0b129cd939765c0ca451f6a538.zip | |
Nim: step1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
