X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/af29d76895249c56a4edb12c086db19ce8f218d3..5aa78963734dc6975cad8df1c8853b65a4f1b826:/packages/hydra/Makefile diff --git a/packages/hydra/Makefile b/packages/hydra/Makefile index 4b6451f4f..35709e19d 100644 --- a/packages/hydra/Makefile +++ b/packages/hydra/Makefile @@ -1,5 +1,5 @@ -EMACS = emacs -# EMACS = emacs-24.3 +emacs ?= emacs +# emacs = emacs-24.3 LOAD = -l lv.el -l hydra.el -l hydra-test.el @@ -8,10 +8,10 @@ LOAD = -l lv.el -l hydra.el -l hydra-test.el all: test test: - $(EMACS) -batch $(LOAD) -f ert-run-tests-batch-and-exit + $(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit compile: - $(EMACS) -q $(LOAD) -l init.el --eval "(progn (mapc #'byte-compile-file '(\"hydra.el\" \"init.el\")) (switch-to-buffer \"*Compile-Log*\") (ert t))" + $(emacs) -q $(LOAD) -l hydra-init.el make clean clean: