]> code.delx.au - gnu-emacs-elpa/commitdiff
Makefile: use plain cask
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 25 Mar 2015 08:07:06 +0000 (09:07 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 25 Mar 2015 08:07:06 +0000 (09:07 +0100)
Makefile

index 591e863bf302571c5103f2ed2673ea6f1ac2c7bf..708ea1a6f636c9d9fc3ae7303aef6ffabf6422e6 100644 (file)
--- 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