CFLAGS := -O2 -I$(TLIB_PATH) graph: graph.c gcc $(CFLAGS) -o $@ $^ clean: rm -f graph