home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d1xx / d168 / 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.