普通文本  |  11行  |  100 B

CFLAGS=-O2 -g -std=c99

OUTPUTS=graph

all: $(OUTPUTS)

noploop: graph.c

clean:
	rm -rf $(OUTPUTS)