home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume6
/
ditrev
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1986-11-30
|
146 b
|
7 lines
# use -DREALLOC if you want this program to use realloc(1)
CFLAGS = -O -DREALLOC
ditrev: ditrev.c
cc ${CFLAGS} -o ditrev ditrev.c
strip ditrev