home *** CD-ROM | disk | FTP | other *** search
/ Micro R&D 1 / MicroRD-CD-ROM-Vol1-1994.iso / disktools / moni / bb20.lzh / BB / makefile < prev   
Makefile  |  1992-01-18  |  262b  |  14 lines

  1. #
  2. # makefile for BB
  3. #
  4. # Bruno Costa - 5 Dec 89 - 22 Jul 91
  5. #
  6.  
  7. .c.o:
  8.     LC:lc -cusf -d3 $*
  9.  
  10. BB: BB.o getoption.o
  11.     LC:blink  from LIB:c.o BB.o getoption.o  to BB \
  12.  DEFINE __main=__tinymain   DEFINE _exit=__exit \
  13.  batch smallcode smalldata nodebug   LIB LIB:lc.lib
  14.