]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/avy/Makefile
Add 'packages/avy/' from commit '32003515c8efa2cf38b62c45499dae30bc7cacb8'
[gnu-emacs-elpa] / packages / avy / Makefile
diff --git a/packages/avy/Makefile b/packages/avy/Makefile
new file mode 100644 (file)
index 0000000..e155179
--- /dev/null
@@ -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