home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume34
/
hpcdtoppm
/
part01
/
Makefile.standalone
< prev
next >
Wrap
Makefile
|
1992-12-19
|
215b
|
10 lines
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