src/work/johanna/Makefile
author marci
Wed, 17 Mar 2004 18:18:26 +0000
changeset 198 5cec393baade
child 218 5964f1c64ca1
permissions -rw-r--r--
max cardinality bipartite matching demo, something to play with it
beckerjc@150
     1
BINARIES = kruskal_test
beckerjc@150
     2
INCLUDEDIRS= -I. -I.. -I../../include
beckerjc@150
     3
include ../makefile
beckerjc@150
     4