src/work/marci_makefile
author alpar
Tue, 02 Mar 2004 20:40:39 +0000
changeset 147 f3f1d7a4a8d3
parent 9 a9ed3f1c2c63
permissions -rw-r--r--
Step toward to a standardised graph interface.
marci@19
     1
CXXFLAGS = -Wall -ansi -I.
marci@19
     2
CXX = g++-3.0
marci@9
     3
marci@19
     4
marci_graph_demo: marci_graph_demo.cc marci_list_graph.hh marci_property_vector.hh marci_bfs.hh marci_max_flow.hh
marci@19
     5
	$(CXX) $(CXXFLAGS) marci_graph_demo.cc -o marci_graph_demo