CC=     gcc
COPTS=  -O4 

# if you get problems with compilation of "signed",
# read the README.TOO and try something like -DsBYTE=char


hpcdtoppm: hpcdtoppm.c 
	${CC} ${COPTS} -DOWN_WRITE -o hpcdtoppm hpcdtoppm.c
