home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 545b.lha / BMake_v1.4 / builtins.make < prev    next >
Text File  |  1991-09-06  |  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.