blob: b360796a97223b7a120f69b878920d349a5048f3 [file] [log] [blame]
CFLAGS=-O2 -g -std=c99
OUTPUTS=graph
all: $(OUTPUTS)
noploop: graph.c
clean:
rm -rf $(OUTPUTS)