# Last edited on 2011-06-06 22:28:26 by stolfi PROG := jsuudecode PROGDIR := .. include ${STOLFIHOME}/programs/c/GENERIC-PROGS-TEST.make all: run-prog OUT_DIR := out run-prog: ${PROGDIR}/${PROG} mkdir -p ${OUT_DIR} ${PROGDIR}/${PROG} < testfile.in > ${OUT_DIR}/testfile.ot diff ${OUT_DIR}/testfile.ot testfile.ref clean::