src/work/marci/lp/makefile
changeset 1014 aae850a2394d
parent 764 615aca7091d2
child 1017 f588efc6d607
     1.1 --- a/src/work/marci/lp/makefile	Sat Nov 20 14:09:27 2004 +0000
     1.2 +++ b/src/work/marci/lp/makefile	Sat Nov 20 14:23:27 2004 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CXXFLAGS = -g -O2 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
     1.5  LDFLAGS  = -L$(GLPKROOT)/lib -lglpk
     1.6  
     1.7 -BINARIES = max_flow_by_lp sample sample2 sample11 sample15
     1.8 +BINARIES = max_flow_by_lp# sample sample2 sample11 sample15
     1.9  
    1.10  #include ../makefile
    1.11