home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-05-02 | 283 b | 13 lines |
-
-
- # Make the precompiled symbol table
- #
- # Warning: This makefile can be executed from ANY directory... paths
- # must be absolute
-
- all:
- cc +L +Hram:symbols.m include:local/makesymbols.c -o ram:junk
- copy ram:symbols.m include:symbols.m
- -delete ram:symbols.m ram:junk
-
-