root/lang/elisp/twittering-mode/trunk/makefile @ 11

Revision 10, 459 bytes (checked in by hayamizu, 16 years ago)

lang/elisp/twittering-mode: Initial import

Line 
1
2EMACS21 = /home/haya/usr/bin/emacs-21.4
3EMACS22 = /home/haya/usr/bin/emacs-22.1
4
5batchtest : twittering-mode.el
6        $(EMACS21) --no-init-file --batch -f batch-byte-compile twittering-mode.el
7        rm twittering-mode.elc
8        $(EMACS22) --no-init-file --batch -f batch-byte-compile twittering-mode.el
9        rm twittering-mode.elc
10
11test : twittering-mode.el
12        $(EMACS21) -q -l local.test-emacs21.el &
13        $(EMACS22) -q -l local.test-emacs22.el &
14
15clean :
16        rm twittering-mode.elc
17
Note: See TracBrowser for help on using the browser.