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

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

[elpa] master 2de2dd8 12/21: Make binaries configurable in Makefile.


From: Jackson Ray Hamilton
Subject: [elpa] master 2de2dd8 12/21: Make binaries configurable in Makefile.
Date: Fri, 23 Dec 2016 20:27:51 +0000 (UTC)

branch: master
commit 2de2dd805ae82178a963cf8293c0d0fba4211606
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Make binaries configurable in Makefile.
    
    This makes it easier to test programs that might not be on the PATH by 
setting
    temporary environment variables, if that's how you like to work.
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 4519b70..9763be1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-EMACS = emacs
-CASK = EMACS=${EMACS} cask
+EMACS ?= emacs
+CASK ?= EMACS=${EMACS} cask
 DEPENDENCIES = .cask/
 SOURCE_FILES = \
        context-coloring.el \



reply via email to

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