X-Git-Url: https://git.hcoop.net/jackhill/mal.git/blobdiff_plain/d8e5df5d73f79516c74e1dcb7b046d586d6a1b60..041bb7eb22306fff367f4eb2041240f92058ad93:/kotlin/Makefile diff --git a/kotlin/Makefile b/kotlin/Makefile index 211c63f6..40c28875 100644 --- a/kotlin/Makefile +++ b/kotlin/Makefile @@ -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)