home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
mail
/
sendmail
/
ease-3.5
/
utils
/
Makefile
< 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
|
1991-05-16
|
204 b
|
14 lines
BINDIR=../bin
#INSTALL=install -m 755
INSTALL=cp
all:
clean:
install:
${INSTALL} cfdiff.sh ${BINDIR}/cfdiff
${INSTALL} cfstrip.sh ${BINDIR}/cfstrip
chmod 755 ${BINDIR}/cfstrip ${BINDIR}/cfdiff