diff -r f40bb16b0405 -r b9158a014fe8 src/work/athos/makefile --- a/src/work/athos/makefile Thu Mar 18 12:07:37 2004 +0000 +++ b/src/work/athos/makefile Thu Mar 18 16:50:07 2004 +0000 @@ -1,7 +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 +pf_demo: pf_demo.cc ../marci_graph_traits.hh ../list_graph.hh ../marci_property_vector.hh preflow_push.hh reverse_bfs.hh $(CXX) $(CXXFLAGS) -I. -I.. pf_demo.cc -o pf_demo