home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d168 / dillonstuff.lha / include / local / Makefile < prev    next >
Makefile  |  1988-11-22  |  232b  |  12 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 +Hinclude:symbols.m include:local/makesymbols.c -o ram:junk
  10.     -delete ram:junk
  11.  
  12.