From 24a61f3c99125c97ca79ea173c959d7bd89f1a48 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 17 Feb 2023 08:15:30 -0500 Subject: some cleanup --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 36e299d..94d425d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ CXXFLAGS += -std=c++17 -g3 -ggdb -O0 -CXXFILES := corewords.cpp dictionary.cpp executor.cpp parser.cpp state.cpp \ - types.cpp +CXXFILES := corewords.cpp dictionary.cpp parser.cpp state.cpp types.cpp OBJFILES := $(subst .cpp,.o,$(CXXFILES)) LIBFILE := libalee.a EXEFILE := alee -- cgit v1.2.3