src/work/marci/makefile
changeset 476 cfe550761745
parent 433 d9fac1497298
child 498 eb8bfa683d92
     1.1 --- a/src/work/marci/makefile	Thu Apr 29 16:08:16 2004 +0000
     1.2 +++ b/src/work/marci/makefile	Thu Apr 29 16:25:03 2004 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT)
     1.5  
     1.6  LEDABINARIES = leda_graph_demo leda_bfs_dfs max_bipartite_matching_demo
     1.7 -BINARIES = edmonds_karp_demo iterator_bfs_demo macro_test lg_vs_sg bfsit_vs_byhand bipartite_graph_wrapper_test bipartite_matching_try
     1.8 +BINARIES = max_flow_demo iterator_bfs_demo macro_test lg_vs_sg bfsit_vs_byhand bipartite_graph_wrapper_test bipartite_matching_try
     1.9  #gw_vs_not preflow_demo_boost edmonds_karp_demo_boost preflow_demo_jacint preflow_demo_athos edmonds_karp_demo_alpar preflow_demo_leda
    1.10  
    1.11  include ../makefile