From 650a344aad4c32d9b476ce36a06aa7dce373bb30 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 25 Oct 2023 09:06:14 -0400 Subject: support long definitions; add tests as submodule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6c6eff..e54b3fb 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ cppcheck: libalee alee*.cpp *dict.hpp test: standalone - echo "\nbye\n" | ./alee-standalone forth/core-ext.fth forth/test/tester.fr forth/test/core.fr + echo "bye" | ./alee-standalone forth/core-ext.fth tests/src/tester.fr tests/src/core.fr $(LIBFILE): $(OBJFILES) $(AR) crs $@ $(OBJFILES) -- cgit v1.2.3