X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/84c0e7b34684cbf4162f80f167a1178657779d87..23a624ca1d40fa9cefd7229ac6152b79278a6517:/packages/hydra/Makefile diff --git a/packages/hydra/Makefile b/packages/hydra/Makefile index 97bcea6d9..35709e19d 100644 --- a/packages/hydra/Makefile +++ b/packages/hydra/Makefile @@ -1,12 +1,18 @@ -EMACS = emacs -# EMACS = emacs-24.3 +emacs ?= emacs +# emacs = emacs-24.3 + +LOAD = -l lv.el -l hydra.el -l hydra-test.el .PHONY: all test clean all: test test: - $(EMACS) -batch -l hydra.el -l hydra-test.el -f ert-run-tests-batch-and-exit + $(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit + +compile: + $(emacs) -q $(LOAD) -l hydra-init.el + make clean clean: rm -f *.elc