graphdemo: graphdemo.cc ../include/graph.h ../include/bfs.h \
	../include/oldgraph.h makefile
	g++ -g -I../include -o graphdemo graphdemo.cc
