summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-10 09:27:37 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-10 09:27:37 +0000
commitda9a28e4cc9106a8eba89cc2bf99692c7b3a4baf (patch)
treecc6d561566e4c2754efac952a4652a36d97aa2d8 /Makefile
parent9a9bd6657dc82662567b748434a8547acc7c0193 (diff)
added new output formats
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56da911..ca69f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CFLAGS=-ggdb
all: gn
-gn: gn.c
- cc gn.c -o gn ${CFLAGS}
+gn: gn.c util.c output.c tokens.h util.h output.h
+ cc gn.c util.c output.c -o gn ${CFLAGS}
clean:
rm gn