aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-11-02 21:37:34 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-11-02 21:37:34 -0400
commit4a1ec245925b007f02396c30a67d726a1fceb0bb (patch)
treef541a2e127157256e8c1ad12682f19f601b936ce /Makefile
parentea026f8d67c411fc4a0d8b255a2653753258175e (diff)
msp430: include core-ext and tools
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0c818a..af43bf3 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ msp430: CXXFLAGS += -DMEMDICTSIZE=1024 -flto -fno-asynchronous-unwind-tables -fn
msp430: LDFLAGS += -L/usr/msp430-elf/usr/include -Tmsp430/msp430fr2476.ld -Wl,-gc-sections
msp430: msp430/alee-msp430
-msp430-prep: STANDALONE += forth/msp430.fth
+msp430-prep: STANDALONE += forth/core-ext.fth forth/tools.fth forth/msp430.fth
msp430-prep: core.fth.h
msp430-prep: clean-lib