home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d523 / bmake.lha / BMake / bin.lzh / builtins.make < prev   
Text File  |  1991-05-27  |  226b  |  17 lines

  1. #    builtins.make
  2. #    (c) Copyright 1991 by Ben Eng, All Rights Reserved
  3. #
  4. #    example builtins.make file that defines some builtin rules
  5.  
  6. clean:
  7.     echo "clean"
  8.  
  9. install:
  10.     echo "install"
  11.  
  12. shar:
  13.     echo "shar"
  14.  
  15. love:
  16.     @echo "    not war!"
  17.