diff -r cd54905012bc -r a9ed3f1c2c63 src/work/marci_makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/work/marci_makefile Tue Dec 30 13:59:08 2003 +0000 @@ -0,0 +1,5 @@ +CCFLAGS = -Wall -ansi +CC = /opt/experimental/bin/g++ + +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