]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/hydra/Makefile
Merge commit '4bf7f1c9e46fb819c673e55d8a1891774e139f98' from hydra
[gnu-emacs-elpa] / packages / hydra / Makefile
index 35709e19d7eeaf3013d5bf09e02f2ce3369b0a58..13fd61887cc3945f9b062fb3d2fda2aed2100c4f 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:
-       $(emacs) -q $(LOAD) -l hydra-init.el
+run:
+       $(emacs) -q $(LOAD) -l targets/hydra-init.el
        make clean
 
+compile:
+       $(emacs) -batch $(LOAD) -l targets/hydra-init.el
+
 clean:
        rm -f *.elc