aboutsummaryrefslogtreecommitdiff
path: root/bash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bash/Makefile')
-rw-r--r--bash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/Makefile b/bash/Makefile
index e171f69..df663b5 100644
--- a/bash/Makefile
+++ b/bash/Makefile
@@ -1,5 +1,5 @@
SOURCES_BASE = types.sh reader.sh printer.sh
-SOURCES_LISP = env.sh core.sh stepA_more.sh
+SOURCES_LISP = env.sh core.sh stepA_interop.sh
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
all: mal.sh