From faee4d12309cec8c90854456fabf4e5e75370518 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 9 Apr 2014 21:26:35 -0500 Subject: C#: add stepA_more and core functions. --- cs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cs/Makefile') diff --git a/cs/Makefile b/cs/Makefile index e105786..3236bd6 100644 --- a/cs/Makefile +++ b/cs/Makefile @@ -3,7 +3,7 @@ TESTS = SOURCES = readline.cs types.cs reader.cs printer.cs env.cs core.cs \ - step8_macros.cs + stepA_more.cs OTHER_SOURCES = getline.cs @@ -11,7 +11,7 @@ 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 \ - step8_macros.cs + step8_macros.cs stepA_more.cs LIB_SRCS = $(filter-out step%,$(OTHER_SOURCES) $(SOURCES)) -- cgit v1.2.3