home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 092.lha / Make / Inst < prev    next >
Text File  |  1986-11-20  |  481b  |  16 lines

  1. /*
  2.  *      make [-f makefile] [-ins] [target(s) ...]
  3.  *
  4.  *      (Better than EON mk but not quite as good as UNIX make)
  5.  *
  6.  *      -f makefile name
  7.  *      -i ignore exit status
  8.  *      -n Pretend to make
  9.  *      -p Print all macros & targets
  10.  *      -q Question up-to-dateness of target.  Return exit status 1 if not
  11.  *      -r Don't not use inbuilt rules
  12.  *      -s Make silently
  13.  *      -t Touch files instead of making them
  14.  *      -m Change memory requirements (EON only)
  15.  */
  16.