diff -r e7cf90de549a -r a0f95e1b17fc src/work/peter/Makefile --- a/src/work/peter/Makefile Wed Jun 30 14:59:46 2004 +0000 +++ b/src/work/peter/Makefile Mon Jul 05 15:52:35 2004 +0000 @@ -1,5 +1,6 @@ +hier: hierarchygraph.h hierarchygraph_test.cc + g++ -Wall -W -I../.. -I../klao -I../../hugo hierarchygraph_test.cc -o test + edge: edgepathgraph_test.cc edgepathgraph.h - g++ -I../.. -I../klao -I../../hugo edgepathgraph_test.cc -o test + g++ -Wall -W -I../.. -I../klao -I../../hugo edgepathgraph_test.cc -o test -hier: hierarchygraph.h hierarchygraph_test.cc - g++ -I../.. -I../klao -I../../hugo hierarchygraph_test.cc -o test