branch: master commit 144892bdee1fc00a01a7a5ccaae1272c51998911 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
Makefile: use plain cask --- Makefile | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 591e863..708ea1a 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,8 @@ -CASK = ~/.cask/bin/cask emacs ?= emacs all: test test: clean - $(CASK) exec emacs -Q -batch -l tiny-test.el -l tiny.el -f ert-run-tests-batch-and-exit + cask exec emacs -Q -batch -l tiny-test.el -l tiny.el -f ert-run-tests-batch-and-exit compile: $(emacs) -Q -batch -f batch-byte-compile tiny.el