1.1 --- a/src/work/marci_makefile Tue Jan 20 11:21:42 2004 +0000
1.2 +++ b/src/work/marci_makefile Tue Jan 20 17:39:13 2004 +0000
1.3 @@ -1,5 +1,5 @@
1.4 -CCFLAGS = -Wall -ansi
1.5 -CC = /opt/experimental/bin/g++
1.6 +CXXFLAGS = -Wall -ansi -I.
1.7 +CXX = g++-3.0
1.8
1.9 -marci_graph_demo: marci_graph_demo.cc marci_graph_traits.hh marci_list_graph.hh marci_property_vector.hh marci_bfs.hh marci_max_flow.hh
1.10 - $(CC) $(CCFLAGS) -I. marci_graph_demo.cc -o marci_graph_demo
1.11 \ No newline at end of file
1.12 +marci_graph_demo: marci_graph_demo.cc marci_list_graph.hh marci_property_vector.hh marci_bfs.hh marci_max_flow.hh
1.13 + $(CXX) $(CXXFLAGS) marci_graph_demo.cc -o marci_graph_demo
1.14 \ No newline at end of file