home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
aufstols.zoo
/
aufstools.1
/
unstuffit
/
Makefile
< prev
next >
Wrap
Makefile
|
1991-02-26
|
245b
|
17 lines
GETOPT =
#GETOPT = getopt.o
unstuffit: unsit
rm -f unstuffit
ln unsit unstuffit
unsit : unsit.o updcrc.o $(GETOPT)
cc -o unsit unsit.o updcrc.o $(GETOPT)
unsit.o : unsit.c stuffit.h
getopt.o : getopt.c
clean:
rm -f unstuffit unsit *.o