home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff319.lzh
/
CNewsSrc
/
cnews.orig.lzh
/
rna
/
lib
/
makefile
< prev
next >
Wrap
Makefile
|
1989-06-27
|
234b
|
11 lines
# makefile for Australian readnews library
RANLIB=ranlib
# workaround for System V make bug
SHELL = /bin/sh
lib.a: bsearch.o itoa.o memset.o strpbrk.o
ar rv $@ bsearch.o itoa.o memset.o strpbrk.o
$(RANLIB) $@
clean:
rm -f *.o *.a