home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / games / dunnet / makefile < prev    next >
Encoding:
Makefile  |  1993-06-25  |  245 b   |  9 lines

  1.  
  2. all:    dun-globals.el
  3.     -mkdir ../bin
  4.     -/amber/nview/tom/emacs-19.15/src/emacs -batch -l bytecomp -f batch-byte-compile *.el
  5.     -emacs -batch -l `pwd`/dun-util -f compile-globals
  6.     -rm dun-globals.elc
  7.     -mv dun-globals.dat ../bin
  8.     -mv *.elc ../bin
  9.