targets/avy-init.el: Move

* Makefile: Update.

Fixes #32
Fixes milkypostman/melpa/#2758
master
Oleh Krehel 11 years ago
parent 04d26c4d21
commit ca302b4fe6
  1. 4
      Makefile
  2. 0
      targets/avy-init.el

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

Loading…
Cancel
Save