aboutsummaryrefslogtreecommitdiff
path: root/clojure/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clojure/Makefile')
-rw-r--r--clojure/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clojure/Makefile b/clojure/Makefile
index 6d227a2..ec55ac1 100644
--- a/clojure/Makefile
+++ b/clojure/Makefile
@@ -1,5 +1,5 @@
SOURCES_BASE = src/readline.clj src/reader.clj src/printer.clj
-SOURCES_LISP = src/env.clj src/core.clj src/stepA_interop.clj
+SOURCES_LISP = src/env.clj src/core.clj src/stepA_mal.clj
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
all: