aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-03-09 19:52:36 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-03-09 19:52:36 -0500
commit08a5696e60d1f7de3ca6afe593d062336d6075fb (patch)
tree083b0e8302ff1e5b537bbb0c4f877f037e42cef9 /Makefile
parentc5e10679c7e10345e9bf6db4efeda4f5ee7d573c (diff)
move (most) of core-ext to its own file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afe8614..04dbefd 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ cppcheck:
libalee alee*.cpp *dict.hpp
test: standalone
- echo "\nbye\n" | ./alee-standalone test/tester.fr test/core.fr
+ echo "\nbye\n" | ./alee-standalone core-ext.fth test/tester.fr test/core.fr
$(LIBFILE): $(OBJFILES)
$(AR) crs $@ $(OBJFILES)