home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d473 / cnewssrc / cnews_src.lzh / Makefile < prev    next >
Makefile  |  1990-05-28  |  199b  |  14 lines

  1. #
  2. #    Simple makefile to create the "libcnews.lib" library file
  3. #
  4.  
  5. LIB = libcnews.lib
  6.  
  7. $(LIB): lb-list
  8.     -delete $(LIB)
  9.     lb $(LIB) -f lb-list
  10.  
  11. lb-list: ord-list
  12.     -delete lb-list
  13.     ord <ord-list >lb-list
  14.