src/work/marci/lp/makefile
changeset 1104 23a54f889272
parent 1097 c91e765266d7
child 1153 4b0468de3a31
     1.1 --- a/src/work/marci/lp/makefile	Fri Jan 28 09:09:59 2005 +0000
     1.2 +++ b/src/work/marci/lp/makefile	Fri Jan 28 14:33:32 2005 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CXXFLAGS = -g -O2 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
     1.5  LDFLAGS  =  -lglpk#-lcplex -lm -lpthread -lilocplex -L/usr/local/cplex/cplex75/lib/i86_linux2_glibc2.2_gcc3.0/static_mt# -L$(GLPKROOT)/lib
     1.6  
     1.7 -BINARIES = expression_test max_flow_by_lp# sample sample2 sample11 sample15
     1.8 +BINARIES = max_flow_expression expression_test max_flow_by_lp# sample sample2 sample11 sample15
     1.9  
    1.10  #include ../makefile
    1.11