emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 144892b 3/9: Makefile: use plain cask


From: Oleh Krehel
Subject: [elpa] master 144892b 3/9: Makefile: use plain cask
Date: Tue, 08 Dec 2015 09:26:21 +0000

branch: master
commit 144892bdee1fc00a01a7a5ccaae1272c51998911
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]