home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 2 / MEGACD_ROM2.cdr / text / emacs / make.ini < prev    next >
Encoding:
Text File  |  1992-06-23  |  118 b   |  9 lines

  1.  
  2.   ### this is the default makefile , MAKE.INI
  3.  
  4.  
  5. LINKFLAGS=/STACK:4000/NOI
  6. *.exe : *.o
  7.         link $*.o $LINKFLAGS;
  8.  
  9.