aboutsummaryrefslogtreecommitdiff
path: root/nim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nim/Makefile')
-rw-r--r--nim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/Makefile b/nim/Makefile
index 5fba42c..8f85496 100644
--- a/nim/Makefile
+++ b/nim/Makefile
@@ -6,7 +6,7 @@ SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
#####################
-SRCS = step0_repl.nim step1_read_print.nim
+SRCS = step0_repl.nim step1_read_print.nim step2_eval.nim
BINS = $(SRCS:%.nim=%)
#####################