home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
cnewssrc
/
cnews_src.lzh
/
Makefile
< prev
next >
Wrap
Makefile
|
1990-05-28
|
199b
|
14 lines
#
# Simple makefile to create the "libcnews.lib" library file
#
LIB = libcnews.lib
$(LIB): lb-list
-delete $(LIB)
lb $(LIB) -f lb-list
lb-list: ord-list
-delete lb-list
ord <ord-list >lb-list