src/work/marci_makefile
author alpar
Sun, 07 Mar 2004 19:33:34 +0000
changeset 157 ee17030e5f47
parent 9 a9ed3f1c2c63
permissions -rw-r--r--
One more step toward the standars 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