home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
001-099
/
ff091.lzh
/
include
/
Makefile
< prev
next >
Wrap
Makefile
|
1987-07-08
|
237b
|
15 lines
# AR = shar -c -v
AR = arch -c
B = ..
D = include/
shar : include.shar
include.shar : README Makefile *.h
( cd ${B} ; ${AR} \
${D}README ${D}COPYRIGHT ${D}Makefile ${D}*.h \
> ${D}include.shar )
clean :
rm -f core include.shar