home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NetNews Usenet Archive 1992 #30
/
NN_1992_30.iso
/
spool
/
comp
/
sources
/
misc
/
4223
/
Makefile.standalone
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-12-19
|
215 b
|
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