# Last edited on 2009-01-09 03:58:41 by stolfi PROG = demo IFLAGS := CFLAGS := \ -g -ansi -Wall \ -Wpointer-arith -Wmissing-prototypes all: cleanup ${PROG} tests cleanup: rm -f ${PROG} ${PROG}.o %.o: %.c /usr/bin/gcc -c ${IFLAGS} ${CFLAGS} $*.c ${PROG}: ${OFILES} ${PROG}.o /usr/bin/gcc -o ${PROG} ${PROG}.o -lm IMAGES := ${wildcard *.img.zz} tests: -ulimit -t 2; ./${PROG} ciro -ulimit -t 2; ./${PROG} -n 3 -z lula -ulimit -t 2; ./${PROG} -r serra -ulimit -t 2; ./${PROG} -n 1 -z garotinho