src/work/makefile
changeset 2 37117ebbabe2
parent 1 207fb3c727cb
child 3 272a5677bd6d
     1.1 --- a/src/work/makefile	Sat Dec 06 19:32:27 2003 +0000
     1.2 +++ b/src/work/makefile	Thu Dec 11 07:24:53 2003 +0000
     1.3 @@ -1,3 +1,3 @@
     1.4 -graphdemo: graphdemo.cc ../include/graph.h \
     1.5 +graphdemo: graphdemo.cc ../include/graph.h ../include/bfs.h \
     1.6  	../include/oldgraph.h makefile
     1.7  	g++ -g -I../include -o graphdemo graphdemo.cc