From b56c49a12dad20c55fbf07775b536c9d656af313 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sun, 6 Apr 2014 22:38:26 -0500 Subject: C#: add step2_eval. --- cs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cs/Makefile') 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 ##################### -- cgit v1.2.3