CC=gcc -g -Wall -c

graphfile.o: graphfile.c
	$(CC) -o $@ $<
