diff -r 65dca0f43fba -r 7d539ea6ad26 src/work/athos/makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/work/athos/makefile Tue Jan 27 16:23:51 2004 +0000 @@ -0,0 +1,7 @@ +CXXFLAGS = -Wall -ansi -g +CXX = g++-3.0 + +pf_demo: pf_demo.cc ../marci_graph_traits.hh ../marci_list_graph.hh ../marci_property_vector.hh preflow_push.hh ../reverse_bfs.hh + $(CXX) $(CXXFLAGS) -I. -I.. pf_demo.cc -o pf_demo + +