src/work/athos/makefile
changeset 201 b9158a014fe8
parent 36 7d539ea6ad26
child 313 30c5179f296b
     1.1 --- a/src/work/athos/makefile	Thu Mar 18 12:07:37 2004 +0000
     1.2 +++ b/src/work/athos/makefile	Thu Mar 18 16:50:07 2004 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  CXXFLAGS = -Wall -ansi -g
     1.5  CXX = g++-3.0
     1.6  
     1.7 -pf_demo: pf_demo.cc ../marci_graph_traits.hh ../marci_list_graph.hh ../marci_property_vector.hh preflow_push.hh ../reverse_bfs.hh
     1.8 +pf_demo: pf_demo.cc ../marci_graph_traits.hh ../list_graph.hh ../marci_property_vector.hh preflow_push.hh reverse_bfs.hh
     1.9  	$(CXX) $(CXXFLAGS) -I. -I.. pf_demo.cc -o pf_demo 
    1.10  
    1.11