mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 06:42:26 +00:00
Initial import
This commit is contained in:
20
Makefile
Normal file
20
Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
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 avy-init.el
|
||||
|
||||
run:
|
||||
$(emacs) -Q -l avy-init.el
|
||||
|
||||
clean:
|
||||
rm -f *.elc
|
||||
Reference in New Issue
Block a user