X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/c10ba4bc0ffd0dc1c2acb0443e52044adb2cdeed..bfecccebb4715c66c6f440151c0fc4f361da00a8:/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