# Tests of libflt # Last edited on 2003-05-01 16:11:10 by stolfi PLATF = PLATF.IS.UNDEFINED TESTS = \ testdgplot all: for d in ${TESTS}; do \ ( cd $$d && make PLATF=${PLATF} all; ) ; \ done clean: for d in ${TESTS}; do \ ( cd $$d && make clean; ) ; \ done