aboutsummaryrefslogtreecommitdiff
path: root/forth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'forth/Makefile')
-rw-r--r--forth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/forth/Makefile b/forth/Makefile
index 400b463..29bf799 100644
--- a/forth/Makefile
+++ b/forth/Makefile
@@ -1,5 +1,5 @@
SOURCES_BASE = types.fs str.fs reader.fs printer.fs
-SOURCES_LISP = env.fs core.fs stepA_interop.fs
+SOURCES_LISP = env.fs core.fs stepA_mal.fs
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
.PHONY: stats tests $(TESTS)