mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 06:42:26 +00:00
targets/avy-init.el: Move
* Makefile: Update. Fixes #32 Fixes milkypostman/melpa/#2758
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
Reference in New Issue
Block a user