comparison lisp/ilisp/Makefile @ 12:bcdc7deadc19 r19-15b7

Import from CVS: tag r19-15b7
author cvs
date Mon, 13 Aug 2007 08:48:16 +0200
parents b82b59fe008d
children 131b0175ea99
comparison
equal deleted inserted replaced
11:91ffe8bd52e4 12:bcdc7deadc19
56 # Rules 56 # Rules
57 57
58 compile: 58 compile:
59 $(EMACS) -batch -l ilisp-mak.el 59 $(EMACS) -batch -l ilisp-mak.el
60 60
61 elc: $(LoadFiles)
62
63 $(LoadFiles) :
64 $(EMACS) -batch -l ilisp-mak.el
65
61 tags: 66 tags:
62 etags *.el 67 etags *.el
63 68
64 clean: 69 clean:
65 $(RM) *.elc 70 $(RM) *.elc