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