]> code.delx.au - gnu-emacs-elpa/blob - packages/ace-window/Makefile
Merge commit 'cb5ae17997a9ec239cf9d486feceb80acb433754' from swiper
[gnu-emacs-elpa] / packages / ace-window / Makefile
1 EMACS = emacs
2 # EMACS = emacs-24.3
3
4 LOAD = -l avy.el -l avy-test.el
5
6 .PHONY: all test clean
7
8 all: test
9
10 test:
11 $(EMACS) -batch $(LOAD) -f ert-run-tests-batch-and-exit
12
13 clean:
14 rm -f *.elc