aboutsummaryrefslogtreecommitdiff
path: root/cs/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-07 22:40:30 -0500
committerJoel Martin <github@martintribe.org>2014-04-07 22:40:30 -0500
commit5a159ae75ae4a9b302f2a5a1c826fbc872981368 (patch)
tree0b8e36d8939682f919965771853903300e77fbfe /cs/Makefile
parentb0293c15717ff0115f8316850d0d105f69a99308 (diff)
downloadmal-5a159ae75ae4a9b302f2a5a1c826fbc872981368.tar.gz
mal-5a159ae75ae4a9b302f2a5a1c826fbc872981368.zip
C#: add step7_quote
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 3194c73..012c503 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 \
- step6_file.cs
+ step7_quote.cs
OTHER_SOURCES = getline.cs
#####################
SRCS = step0_repl.cs step1_read_print.cs step2_eval.cs step3_env.cs \
- step4_if_fn_do.cs step5_tco.cs step6_file.cs
+ step4_if_fn_do.cs step5_tco.cs step6_file.cs step7_quote.cs
LIB_SRCS = $(filter-out step%,$(OTHER_SOURCES) $(SOURCES))