]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/hydra/Makefile
Merge commit '494c421bfa6f1b72b577267cb3841b0eff262250' from js2-mode
[gnu-emacs-elpa] / packages / hydra / Makefile
index 35709e19d7eeaf3013d5bf09e02f2ce3369b0a58..dd3a762e6c68fc39fbf47bcf51770f559fdd05e3 100644 (file)
@@ -8,11 +8,15 @@ LOAD = -l lv.el -l hydra.el -l hydra-test.el
 all: test
 
 test:
+       @echo "Using $(shell which $(emacs))..."
        $(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit
 
-compile:
+run:
        $(emacs) -q $(LOAD) -l hydra-init.el
        make clean
 
+compile:
+       $(emacs) -batch $(LOAD) -l hydra-init.el
+
 clean:
        rm -f *.elc