From afdf531eba459a7a7b6505b037dbe48a363c2c79 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 7 Apr 2014 00:17:13 -0500 Subject: CS: add step4_if_fn_do --- cs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cs/Makefile') diff --git a/cs/Makefile b/cs/Makefile index bf8a8ef..61835cf 100644 --- a/cs/Makefile +++ b/cs/Makefile @@ -3,13 +3,14 @@ TESTS = SOURCES = readline.cs types.cs reader.cs printer.cs env.cs core.cs \ - step3_env.cs + step4_if_fn_do.cs OTHER_SOURCES = getline.cs ##################### -SRCS = step0_repl.cs step1_read_print.cs step2_eval.cs step3_env.cs +SRCS = step0_repl.cs step1_read_print.cs step2_eval.cs step3_env.cs \ + step4_if_fn_do.cs LIB_SRCS = $(filter-out step%,$(OTHER_SOURCES) $(SOURCES)) -- cgit v1.2.3