home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
commands
/
find.lzh
/
FIND
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1991-08-16
|
312b
|
24 lines
OBJ = find.o
.c.o:
cc -E200 $*.c
find: Makefile $(OBJ)
ln -o find $(OBJ) -lc
find.o: find.c
find.uue: find
uuencode >find.uue find find
shar: shar1 shar2 shar3
shar1:
shar -a find.c makefile > find.shar1
shar2:
shar -a find.doc README > find.shar2
shar3: find.uue
shar -a find.uue > find.shar3