aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorc+12023-05-15 17:25:01 -0400
committerc+12023-05-15 17:25:01 -0400
commitc6e575eaa6e9271f35137e71d9fff54fbd9cf5ca (patch)
tree571b79a5b7f1b3c9e0ab0e33d0db6dbc07245c95 /Makefile
parentafaab55370eed363a17bb066c8db32b4268a44ba (diff)
my favorieveh part of parsisud is when dr parser persius says "its parsn time!" and just abifhfuckidngly PARSES all over those guys
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b034809..b6e0252 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
exec = halk.out
sources := $(wildcard src/*.c)
-sources := $(filter-out src/parser.c, $(sources)) # exclude the incomplete parser for now.
objects = $(sources:.c=.o)
flags = -g