All: swap step9,A. Fixes for bash, C, perl.
[jackhill/mal.git] / make / Makefile
index 52a7a7d..bd19020 100644 (file)
@@ -1,8 +1,8 @@
 
-TESTS = tests/types.mk tests/reader.mk tests/step9_interop.mk
+TESTS = tests/types.mk tests/reader.mk tests/stepA_interop.mk
 
 SOURCES_BASE = util.mk readline.mk gmsl.mk types.mk reader.mk printer.mk
-SOURCES_LISP = env.mk core.mk stepA_more.mk
+SOURCES_LISP = env.mk core.mk stepA_interop.mk
 SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
 
 mal.mk: $(SOURCES)