]> code.delx.au - gnu-emacs-elpa/commitdiff
targets/avy-init.el: Move
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 11 May 2015 07:39:44 +0000 (09:39 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 11 May 2015 07:39:44 +0000 (09:39 +0200)
* Makefile: Update.

Fixes #32
Fixes milkypostman/melpa/#2758

Makefile
targets/avy-init.el [moved from avy-init.el with 100% similarity]

index e1551794f322973d621792247566711c188cd973..6e00ec314210920a6fc6e1eafe20476d2049891c 100644 (file)
--- 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
similarity index 100%
rename from avy-init.el
rename to targets/avy-init.el