Allow custom emacs binary.

This commit is contained in:
Johan Andersson 2013-09-01 18:25:16 +02:00
parent 1df05fc5c0
commit be282fecee

View file

@ -3,7 +3,7 @@ PKGDIR := ./packages
RCPDIR := ./recipes
HTMLDIR := ./html
WORKDIR := ./working
EMACS := emacs
EMACS ?= emacs
EVAL := $(EMACS)