diff --git a/Makefile b/Makefile index e155179..6e00ec3 100644 --- a/Makefile +++ b/Makefile @@ -11,10 +11,10 @@ test: $(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit compile: - $(emacs) -batch -l avy-init.el + $(emacs) -batch -l targets/avy-init.el run: - $(emacs) -Q -l avy-init.el + $(emacs) -Q -l targets/avy-init.el clean: rm -f *.elc diff --git a/avy-init.el b/targets/avy-init.el similarity index 100% rename from avy-init.el rename to targets/avy-init.el