aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b888564..d9602c2 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ DBG_CFLAGS := -Og -ggdb -pedantic -Wall -Wno-deprecated-declarations -fsanitize=
CFLAGS := ${REG_CFLAGS}
SRCS := $(wildcard src/*.c)
SRCS := $(filter-out src/parser.c, $(SRCS))
-SRCS := $(filter-out src/tree.c, $(SRCS))
OBJS := $(SRCS:.c=.o)
all: halk