mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 11:08:54 +00:00
Allow custom emacs binary.
This commit is contained in:
parent
1df05fc5c0
commit
be282fecee
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ PKGDIR := ./packages
|
||||||
RCPDIR := ./recipes
|
RCPDIR := ./recipes
|
||||||
HTMLDIR := ./html
|
HTMLDIR := ./html
|
||||||
WORKDIR := ./working
|
WORKDIR := ./working
|
||||||
EMACS := emacs
|
EMACS ?= emacs
|
||||||
|
|
||||||
EVAL := $(EMACS)
|
EVAL := $(EMACS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue