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