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