From 3dae87a760b08aec3f11a757b20a86a74dcf51c8 Mon Sep 17 00:00:00 2001 From: c+1 Date: Sun, 29 Oct 2023 17:39:52 -0400 Subject: return of the parser --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3