diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-09 19:52:36 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-09 19:52:36 -0500 |
commit | 08a5696e60d1f7de3ca6afe593d062336d6075fb (patch) | |
tree | 083b0e8302ff1e5b537bbb0c4f877f037e42cef9 /Makefile | |
parent | c5e10679c7e10345e9bf6db4efeda4f5ee7d573c (diff) |
move (most) of core-ext to its own file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |