Mercurial > hg > xemacs-beta
comparison lisp/ilisp/Makefile @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | bcdc7deadc19 |
children | c7528f8e288d |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
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 | |
66 tags: | 61 tags: |
67 etags *.el | 62 etags *.el |
68 | 63 |
69 clean: | 64 clean: |
70 $(RM) *.elc | 65 $(RM) *.elc |