src/work/peter/Makefile
changeset 922 e816fac59f6d
parent 690 a0f95e1b17fc
child 1221 6706c788ebb5
     1.1 --- a/src/work/peter/Makefile	Wed Sep 29 15:30:04 2004 +0000
     1.2 +++ b/src/work/peter/Makefile	Wed Sep 29 16:31:24 2004 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  hier: hierarchygraph.h hierarchygraph_test.cc
     1.5 -	g++ -Wall -W -I../.. -I../klao -I../../hugo hierarchygraph_test.cc -o test
     1.6 +	g++ -Wall -W -I../.. -I../klao -I../../lemon hierarchygraph_test.cc -o test
     1.7  
     1.8  edge: edgepathgraph_test.cc edgepathgraph.h
     1.9 -	g++ -Wall -W -I../.. -I../klao -I../../hugo edgepathgraph_test.cc -o test
    1.10 +	g++ -Wall -W -I../.. -I../klao -I../../lemon edgepathgraph_test.cc -o test
    1.11