1 2 3 4 5 6 7 8
CFLAGS=-ggdb 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} clean: rm gn