home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 239.lha / include / local / Makefile < prev    next >
Makefile  |  1989-05-02  |  283b  |  13 lines

  1.  
  2.  
  3. #   Make the precompiled symbol table
  4. #
  5. #   Warning: This makefile can be executed from ANY directory... paths
  6. #   must be absolute
  7.  
  8. all:
  9.     cc +L +Hram:symbols.m include:local/makesymbols.c -o ram:junk
  10.     copy ram:symbols.m include:symbols.m
  11.     -delete ram:symbols.m ram:junk
  12.  
  13.