X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/628bc353fd3b7afeee7ce0dffcdf80042161cda1..f94daca2487f73330315b06debd2cefe9fce7cae:/packages/hydra/Makefile diff --git a/packages/hydra/Makefile b/packages/hydra/Makefile index dd3a762e6..13fd61887 100644 --- a/packages/hydra/Makefile +++ b/packages/hydra/Makefile @@ -12,11 +12,11 @@ test: $(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit run: - $(emacs) -q $(LOAD) -l hydra-init.el + $(emacs) -q $(LOAD) -l targets/hydra-init.el make clean compile: - $(emacs) -batch $(LOAD) -l hydra-init.el + $(emacs) -batch $(LOAD) -l targets/hydra-init.el clean: rm -f *.elc