]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/swiper/Makefile
Add 'packages/swiper/' from commit '55414c321ca07bd86f0f1efaf8f6130617e6fad6'
[gnu-emacs-elpa] / packages / swiper / Makefile
diff --git a/packages/swiper/Makefile b/packages/swiper/Makefile
new file mode 100644 (file)
index 0000000..453f709
--- /dev/null
@@ -0,0 +1,16 @@
+emacs ?= emacs
+
+LOAD = -l ivy.el -l swiper.el
+
+.PHONY: all compile clean
+
+all: test
+
+test:
+       $(emacs) -batch $(LOAD) -l ivy-test.el -f ert-run-tests-batch-and-exit
+
+compile:
+       $(emacs) -batch $(LOAD) --eval "(mapc #'byte-compile-file '(\"ivy.el\" \"swiper.el\"))"
+
+clean:
+       rm -f *.elc