home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume14 / dunnet / part01 / makefile < prev    next >
Makefile  |  1992-08-31  |  200b  |  9 lines

  1.  
  2. all:    dun-globals.el
  3.     -mkdir ../bin
  4.     -emacs -batch -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.