src/work/marci_makefile
changeset 9 a9ed3f1c2c63
child 19 3151a1026db9
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/work/marci_makefile	Tue Dec 30 13:59:08 2003 +0000
     1.3 @@ -0,0 +1,5 @@
     1.4 +CCFLAGS = -Wall -ansi
     1.5 +CC = /opt/experimental/bin/g++
     1.6 +
     1.7 +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.8 +	$(CC) $(CCFLAGS) -I. marci_graph_demo.cc -o marci_graph_demo 
     1.9 \ No newline at end of file