]> code.delx.au - gnu-emacs-elpa/blob - Makefile
hydra.el (hydra--hint): allow duplicate functions in heads
[gnu-emacs-elpa] / Makefile
1 EMACS = emacs
2 # EMACS = emacs-24.3
3
4 LOAD = -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 init.el --eval "(progn (mapc #'byte-compile-file '(\"hydra.el\" \"init.el\")) (switch-to-buffer \"*Compile-Log*\") (ert t))"
15 make clean
16
17 clean:
18 rm -f *.elc