aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d9602c2..c948a26 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ REG_CFLAGS := -std=c99 -O3 -s
DBG_CFLAGS := -Og -ggdb -pedantic -Wall -Wno-deprecated-declarations -fsanitize=leak,address,undefined -fno-omit-frame-pointer
CFLAGS := ${REG_CFLAGS}
SRCS := $(wildcard src/*.c)
-SRCS := $(filter-out src/parser.c, $(SRCS))
+# SRCS := $(filter-out src/parser.c, $(SRCS))
OBJS := $(SRCS:.c=.o)
all: halk