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