diff -r be43902fadb7 -r 19f3943521ab src/work/marci/oldies/marci_makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/work/marci/oldies/marci_makefile Sat Apr 03 14:41:31 2004 +0000 @@ -0,0 +1,5 @@ +CXXFLAGS = -Wall -ansi -I. +CXX = g++-3.0 + +marci_graph_demo: marci_graph_demo.cc marci_list_graph.hh marci_property_vector.hh marci_bfs.hh marci_max_flow.hh + $(CXX) $(CXXFLAGS) marci_graph_demo.cc -o marci_graph_demo \ No newline at end of file