diff -r 7c88989ea45b -r 3151a1026db9 src/work/marci_makefile --- a/src/work/marci_makefile Tue Jan 20 11:21:42 2004 +0000 +++ b/src/work/marci_makefile Tue Jan 20 17:39:13 2004 +0000 @@ -1,5 +1,5 @@ -CCFLAGS = -Wall -ansi -CC = /opt/experimental/bin/g++ +CXXFLAGS = -Wall -ansi -I. +CXX = g++-3.0 -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 - $(CC) $(CCFLAGS) -I. marci_graph_demo.cc -o marci_graph_demo \ No newline at end of file +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