src/work/marci/lp/makefile
changeset 1097 c91e765266d7
parent 1075 789bad021e2d
child 1104 23a54f889272
     1.1 --- a/src/work/marci/lp/makefile	Wed Jan 26 09:00:40 2005 +0000
     1.2 +++ b/src/work/marci/lp/makefile	Wed Jan 26 15:54:06 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 = cplex_1 max_flow_by_lp# sample sample2 sample11 sample15
     1.8 +BINARIES = expression_test max_flow_by_lp# sample sample2 sample11 sample15
     1.9  
    1.10  #include ../makefile
    1.11