aboutsummaryrefslogtreecommitdiff
path: root/haskell/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-12-23 23:49:23 -0700
committerJoel Martin <github@martintribe.org>2015-01-09 16:16:53 -0600
commit2988d38e84bce8531c0f21fafecb7483593cda73 (patch)
tree4aad5f8d6cca8a897eb177dd3ec16b7301cb2745 /haskell/Makefile
parentfa9a9758e0d15abe670fbbfd8efa1fce013b1414 (diff)
downloadmal-2988d38e84bce8531c0f21fafecb7483593cda73.tar.gz
mal-2988d38e84bce8531c0f21fafecb7483593cda73.zip
Haskell: add step7 and 8.
Diffstat (limited to 'haskell/Makefile')
-rw-r--r--haskell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/Makefile b/haskell/Makefile
index 156a7e7..8e21273 100644
--- a/haskell/Makefile
+++ b/haskell/Makefile
@@ -5,7 +5,8 @@ SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
#####################
SRCS = step0_repl.hs step1_read_print.hs step2_eval.hs step3_env.hs \
- step4_if_fn_do.hs step5_tco.hs step6_file.hs
+ step4_if_fn_do.hs step5_tco.hs step6_file.hs step7_quote.hs \
+ step8_macros.hs
OTHER_SRCS = Readline.hs Types.hs Reader.hs Printer.hs Env.hs Core.hs
BINS = $(SRCS:%.hs=%)