diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-10 14:56:36 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-10 14:56:36 +0000 |
commit | ccededec13d91e8e79f8fbfdbad14c9f12fa214d (patch) | |
tree | f7106c76c51ac2789b616186e98c264cb5d489b2 /Makefile | |
parent | 1fd355832ece645f69262ac23fc897e9a78ccb17 (diff) |
lovely final additions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |