aboutsummaryrefslogtreecommitdiff
path: root/cs/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-07 21:33:29 -0500
committerJoel Martin <github@martintribe.org>2014-04-07 21:33:29 -0500
commit96115d4f2e8cf7335a7d6bb8b62e0f0bbfac0ab5 (patch)
tree9d0e73e3bcaf87dd2c55c5d874f4581a8fbbbcfd /cs/Makefile
parentafdf531eba459a7a7b6505b037dbe48a363c2c79 (diff)
downloadmal-96115d4f2e8cf7335a7d6bb8b62e0f0bbfac0ab5.tar.gz
mal-96115d4f2e8cf7335a7d6bb8b62e0f0bbfac0ab5.zip
C#: add step5_tco
Diffstat (limited to 'cs/Makefile')
-rw-r--r--cs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/Makefile b/cs/Makefile
index 61835cf..76b79cf 100644
--- a/cs/Makefile
+++ b/cs/Makefile
@@ -3,14 +3,14 @@
TESTS =
SOURCES = readline.cs types.cs reader.cs printer.cs env.cs core.cs \
- step4_if_fn_do.cs
+ step5_tco.cs
OTHER_SOURCES = getline.cs
#####################
SRCS = step0_repl.cs step1_read_print.cs step2_eval.cs step3_env.cs \
- step4_if_fn_do.cs
+ step4_if_fn_do.cs step5_tco.cs
LIB_SRCS = $(filter-out step%,$(OTHER_SOURCES) $(SOURCES))