branch: master
commit 1e8e0546343e63bf317be8d170cc58080cb1bc43
Author: Basil L. Contovounesios <[email protected]>
Commit: Oleh Krehel <[email protected]>
Makefile: Simplify and reorder compile target
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 87a3e0d..c6f3eca 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ checkdoc:
$(emacs) -batch -l targets/checkdoc.el
compile:
- $(emacs) -batch --eval "(progn (add-to-list 'load-path
default-directory) (mapc #'byte-compile-file '(\"ivy.el\" \"swiper.el\"
\"counsel.el\" \"colir.el\" \"ivy-overlay.el\")))"
+ $(emacs) -batch -L . -f batch-byte-compile colir.el ivy-overlay.el
ivy.el swiper.el counsel.el
plain:
$(emacs) --version