src/work/johanna/Makefile
author klao
Sat, 17 Apr 2004 01:57:48 +0000
changeset 347 e4ab32225f1c
parent 150 4b5210aa0239
child 350 3a9a767b841e
permissions -rw-r--r--
A generic map with value type [0, N) where N is a small integer.
Can enumerate keys with a given value.
beckerjc@150
     1
BINARIES = kruskal_test
beckerjc@218
     2
INCLUDEDIRS= -I. -I.. -I../../include -I../{marci,jacint,alpar,klao,akos}
beckerjc@150
     3
include ../makefile
beckerjc@150
     4