aboutsummaryrefslogtreecommitdiff
path: root/cs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cs/Makefile')
-rw-r--r--cs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/Makefile b/cs/Makefile
index 0028096..7a56e5d 100644
--- a/cs/Makefile
+++ b/cs/Makefile
@@ -3,7 +3,7 @@
TESTS =
SOURCES = readline.cs types.cs reader.cs printer.cs \
- step0_repl.cs step1_read_print.cs
+ step0_repl.cs step1_read_print.cs step2_eval.cs
OTHER_SOURCES = getline.cs
#####################