# Last edited on 2009-01-08 04:45:39 by stolfi PROG := test_pixel_rounding all: ${PROG} build: ${PROG} install: ${PROG}: ${PROG}.c /usr/bin/gcc -o ${PROG} ${PROG}.c -lm -lrt ${PROG}