diff options
author | c+1 | 2023-10-29 17:12:11 -0400 |
---|---|---|
committer | c+1 | 2023-10-29 17:12:11 -0400 |
commit | 8aac9c7a82027ba9d90c0546be7f091df89a6d1f (patch) | |
tree | 20709f8bf64e2b8c4d8c3b03f57b64f30fec3b05 /Makefile | |
parent | fb2efbd868556da31d128c755beeefd37b0178c3 (diff) |
AST
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |