summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-10 14:56:36 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-10 14:56:36 +0000
commitccededec13d91e8e79f8fbfdbad14c9f12fa214d (patch)
treef7106c76c51ac2789b616186e98c264cb5d489b2 /Makefile
parent1fd355832ece645f69262ac23fc897e9a78ccb17 (diff)
lovely final additions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca69f8c..99547a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,12 @@
-CFLAGS=-ggdb
+include config.mk
all: gn
gn: gn.c util.c output.c tokens.h util.h output.h
cc gn.c util.c output.c -o gn ${CFLAGS}
+
+install: gn
+ cp gn ${INSTALLPREFIX}/bin/
+
clean:
rm gn