evil-collection/Makefile

8 lines
148 B
Makefile
Raw Normal View History

EMACS ?= emacs
compile:
cask exec $(EMACS) -Q -batch \
-L . \
--eval '(setq byte-compile-error-on-warn t)' \
-f batch-byte-compile *.el