aboutsummaryrefslogtreecommitdiff
path: root/cs/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-06 22:38:26 -0500
committerJoel Martin <github@martintribe.org>2014-04-06 22:38:26 -0500
commitb56c49a12dad20c55fbf07775b536c9d656af313 (patch)
tree11989cec7ac0bc5ce4cc3b1ea46c9948847cc044 /cs/Makefile
parent53beaa0a6ddd9d8a5fb531f97c44a9c7129d1de7 (diff)
downloadmal-b56c49a12dad20c55fbf07775b536c9d656af313.tar.gz
mal-b56c49a12dad20c55fbf07775b536c9d656af313.zip
C#: add step2_eval.
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
#####################