From be282fecee4ac1858f750286e5d86ecc117001fd Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 1 Sep 2013 18:25:16 +0200 Subject: [PATCH] Allow custom emacs binary. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 174d23ad..c8e9b24c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PKGDIR := ./packages RCPDIR := ./recipes HTMLDIR := ./html WORKDIR := ./working -EMACS := emacs +EMACS ?= emacs EVAL := $(EMACS)