From 08a5696e60d1f7de3ca6afe593d062336d6075fb Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 9 Mar 2023 19:52:36 -0500 Subject: move (most) of core-ext to its own file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3