From 8dd1bf3637c0d01816bbd48b28c02e9791243d35 Mon Sep 17 00:00:00 2001 From: c+1 Date: Wed, 10 May 2023 07:53:59 -0400 Subject: THE halk --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3