diff --git a/Makefile b/Makefile index dd3a762..13fd618 100644 --- a/Makefile +++ b/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 diff --git a/hydra-init.el b/targets/hydra-init.el similarity index 100% rename from hydra-init.el rename to targets/hydra-init.el