aboutsummaryrefslogtreecommitdiff
path: root/make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'make/Makefile')
-rw-r--r--make/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/Makefile b/make/Makefile
index bd19020..39658ac 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -1,7 +1,8 @@
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_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 = $(SOURCES_BASE) $(SOURCES_LISP)