avy/Makefile
Oleh Krehel ca302b4fe6 targets/avy-init.el: Move
* Makefile: Update.

Fixes #32
Fixes milkypostman/melpa/#2758
2015-05-11 09:39:44 +02:00

21 lines
281 B
Makefile

emacs ?= emacs
# EMACS = emacs-24.3
LOAD = -l avy.el -l avy-test.el
.PHONY: all test clean
all: test
test:
$(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit
compile:
$(emacs) -batch -l targets/avy-init.el
run:
$(emacs) -Q -l targets/avy-init.el
clean:
rm -f *.elc