aboutsummaryrefslogtreecommitdiff
path: root/cs/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-07 00:17:13 -0500
committerJoel Martin <github@martintribe.org>2014-04-07 00:17:13 -0500
commitafdf531eba459a7a7b6505b037dbe48a363c2c79 (patch)
treeb899e21b373ac8338756140eaf7afcb399d46bb9 /cs/Makefile
parentb18969c0b8d47d67d4b73b5b20742a0bc3179e72 (diff)
downloadmal-afdf531eba459a7a7b6505b037dbe48a363c2c79.tar.gz
mal-afdf531eba459a7a7b6505b037dbe48a363c2c79.zip
CS: add step4_if_fn_do
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 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))