aboutsummaryrefslogtreecommitdiff
path: root/cs/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-07 22:53:53 -0500
committerJoel Martin <github@martintribe.org>2014-04-07 22:53:53 -0500
commitfaa20db28295845973b895995c92a70a247f789c (patch)
treee6e276b152baa424814884d80a4354b77d38dd23 /cs/Makefile
parent5a159ae75ae4a9b302f2a5a1c826fbc872981368 (diff)
downloadmal-faa20db28295845973b895995c92a70a247f789c.tar.gz
mal-faa20db28295845973b895995c92a70a247f789c.zip
C#: add step8_macros
Diffstat (limited to 'cs/Makefile')
-rw-r--r--cs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cs/Makefile b/cs/Makefile
index 012c503..e105786 100644
--- a/cs/Makefile
+++ b/cs/Makefile
@@ -3,14 +3,15 @@
TESTS =
SOURCES = readline.cs types.cs reader.cs printer.cs env.cs core.cs \
- step7_quote.cs
+ step8_macros.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 step7_quote.cs
+ step4_if_fn_do.cs step5_tco.cs step6_file.cs step7_quote.cs \
+ step8_macros.cs
LIB_SRCS = $(filter-out step%,$(OTHER_SOURCES) $(SOURCES))