aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorc+12023-05-10 07:53:59 -0400
committerc+12023-05-10 07:53:59 -0400
commit8dd1bf3637c0d01816bbd48b28c02e9791243d35 (patch)
tree1ab6a623f825c884e42c705cf573b52e54aac092 /Makefile
parented14de35050de7b16312a7d69d5823de3fa4002a (diff)
THE halk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0530b06..b034809 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
exec = halk.out
-sources = $(wildcard src/*.c)
+sources := $(wildcard src/*.c)
+sources := $(filter-out src/parser.c, $(sources)) # exclude the incomplete parser for now.
objects = $(sources:.c=.o)
flags = -g