]> code.delx.au - gnu-emacs-elpa/blob - packages/hydra/Makefile
Merge commit '3b78e0e503f4763f8a2d77eeacfc91213ec5532e' from swiper
[gnu-emacs-elpa] / packages / hydra / Makefile
1 emacs ?= emacs
2 # emacs = emacs-24.3
3
4 LOAD = -l lv.el -l hydra.el -l hydra-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 compile:
14 $(emacs) -q $(LOAD) -l hydra-init.el
15 make clean
16
17 clean:
18 rm -f *.elc