targets/avy-init.el: Move

* Makefile: Update.

Fixes #32
Fixes milkypostman/melpa/#2758
This commit is contained in:
Oleh Krehel 2015-05-11 09:39:44 +02:00
parent 04d26c4d21
commit ca302b4fe6
2 changed files with 2 additions and 2 deletions

View File

@ -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