Partial implementation of step 9, missing some of the deferrable functions
[jackhill/mal.git] / kotlin / Makefile
index 211c63f..40c2887 100644 (file)
@@ -1,7 +1,7 @@
 SOURCES = reader.kt printer.kt types.kt env.kt core.kt readline.kt
 
 SRCS = step0_repl.kt step1_read_print.kt step2_eval.kt step3_env.kt step4_if_fn_do.kt \
-       step5_tco.kt step6_file.kt step7_quote.kt step8_macros.kt
+       step5_tco.kt step6_file.kt step7_quote.kt step8_macros.kt step9_try.kt
 JARS = $(SRCS:%.kt=%.jar)
 
 all: $(JARS)