diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-10 09:27:37 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-10 09:27:37 +0000 |
commit | da9a28e4cc9106a8eba89cc2bf99692c7b3a4baf (patch) | |
tree | cc6d561566e4c2754efac952a4652a36d97aa2d8 /Makefile | |
parent | 9a9bd6657dc82662567b748434a8547acc7c0193 (diff) |
added new output formats
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |