src/work/marci_makefile
author ladanyi
Wed, 04 Feb 2004 18:59:07 +0000
changeset 63 8a39e8b9cdd7
parent 9 a9ed3f1c2c63
permissions -rw-r--r--
added the loader for the DIMACS file format
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