aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8c11ba..0479171 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ core.fth.h: alee.dat
sed -i "s/unsigned /static const &/" $@
alee.dat: alee forth/core.fth
- echo "2 sys" | ./alee forth/core.fth
+ echo "3 sys" | ./alee forth/core.fth
clean: clean-lib
rm -f alee alee-standalone msp430/alee-msp430