diff -r 207fb3c727cb -r 37117ebbabe2 src/work/makefile --- a/src/work/makefile Sat Dec 06 19:32:27 2003 +0000 +++ b/src/work/makefile Thu Dec 11 07:24:53 2003 +0000 @@ -1,3 +1,3 @@ -graphdemo: graphdemo.cc ../include/graph.h \ +graphdemo: graphdemo.cc ../include/graph.h ../include/bfs.h \ ../include/oldgraph.h makefile g++ -g -I../include -o graphdemo graphdemo.cc