branch: master commit 2de2dd805ae82178a963cf8293c0d0fba4211606 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
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 \