aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/Makefile4
-rw-r--r--make/stepA_mal.mk (renamed from make/stepA_interop.mk)0
-rw-r--r--make/tests/stepA_mal.mal (renamed from make/tests/stepA_interop.mal)0
3 files changed, 2 insertions, 2 deletions
diff --git a/make/Makefile b/make/Makefile
index 39658ac..70dea08 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -1,9 +1,9 @@
-TESTS = tests/types.mk tests/reader.mk tests/stepA_interop.mk
+TESTS = tests/types.mk tests/reader.mk tests/stepA_mal.mk
SOURCES_BASE = util.mk numbers.mk readline.mk gmsl.mk types.mk \
reader.mk printer.mk
-SOURCES_LISP = env.mk core.mk stepA_interop.mk
+SOURCES_LISP = env.mk core.mk stepA_mal.mk
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
mal.mk: $(SOURCES)
diff --git a/make/stepA_interop.mk b/make/stepA_mal.mk
index 80909c7..80909c7 100644
--- a/make/stepA_interop.mk
+++ b/make/stepA_mal.mk
diff --git a/make/tests/stepA_interop.mal b/make/tests/stepA_mal.mal
index 9b1a2f9..9b1a2f9 100644
--- a/make/tests/stepA_interop.mal
+++ b/make/tests/stepA_mal.mal