From dac0553eb5a4bd7b8b6ce408c18bd4d2779e094f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 24 Feb 2023 08:50:28 -0500 Subject: remove ParseStatus; reduce stack usage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4307ca0..65dc791 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CXXFLAGS += -std=c++17 -g3 -ggdb -O0 \ -Wall -Wextra -pedantic -Wno-vla -Werror -CXXFILES := corewords.cpp dictionary.cpp parser.cpp state.cpp types.cpp +CXXFILES := corewords.cpp dictionary.cpp parser.cpp state.cpp OBJFILES := $(subst .cpp,.o,$(CXXFILES)) LIBFILE := libalee.a EXEFILE := alee -- cgit v1.2.3