1.1 --- a/src/work/peter/Makefile Wed Mar 16 16:40:21 2005 +0000
1.2 +++ b/src/work/peter/Makefile Wed Mar 16 17:31:04 2005 +0000
1.3 @@ -1,6 +1,2 @@
1.4 -hier: hierarchygraph.h hierarchygraph_test.cc
1.5 - g++ -Wall -W -I../.. -I../klao -I../../lemon hierarchygraph_test.cc -o test
1.6 -
1.7 -edge: edgepathgraph_test.cc edgepathgraph.h
1.8 - g++ -Wall -W -I../.. -I../klao -I../../lemon edgepathgraph_test.cc -o test
1.9 -
1.10 +triangle: canvas-test.cc
1.11 + g++ canvas-test.cc -o triangle `pkg-config libgnomecanvasmm-2.6 --cflags --libs`