COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/work/marci_makefile @ 14:99014d576aed

Last change on this file since 14:99014d576aed was 9:a9ed3f1c2c63, checked in by marci, 20 years ago

marci

File size: 252 bytes
Line 
1CCFLAGS = -Wall -ansi
2CC = /opt/experimental/bin/g++
3
4marci_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
Note: See TracBrowser for help on using the repository browser.