src/work/marci_makefile
changeset 15 e41c71268807
child 19 3151a1026db9
equal deleted inserted replaced
-1:000000000000 0:293a990f0b31
       
     1 CCFLAGS = -Wall -ansi
       
     2 CC = /opt/experimental/bin/g++
       
     3 
       
     4 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
       
     5 	$(CC) $(CCFLAGS) -I. marci_graph_demo.cc -o marci_graph_demo