]> code.delx.au - gnu-emacs-elpa/blob - packages/hydra/Makefile
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[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 @echo "Using $(shell which $(emacs))..."
12 $(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit
13
14 run:
15 $(emacs) -q $(LOAD) -l targets/hydra-init.el
16 make clean
17
18 compile:
19 $(emacs) -batch $(LOAD) -l targets/hydra-init.el
20
21 clean:
22 rm -f *.elc