src/work/marci/leda/makefile
changeset 446 77ef5c7a57d9
parent 433 d9fac1497298
child 616 31879aac4dc3
     1.1 --- a/src/work/marci/leda/makefile	Tue Apr 27 13:53:27 2004 +0000
     1.2 +++ b/src/work/marci/leda/makefile	Tue Apr 27 14:10:19 2004 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  INCLUDEDIRS ?= -I../../../include -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I.
     1.5  LDFLAGS = -L$(LEDAROOT) -lG -lL -lm
     1.6  
     1.7 -BINARIES = bipartite_matching_leda
     1.8 +BINARIES = bipartite_matching_leda bipartite_matching_leda_gen
     1.9  
    1.10  include ../../makefile
    1.11