mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 03:00:11 +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
|
||||
HTMLDIR := ./html
|
||||
WORKDIR := ./working
|
||||
EMACS := emacs
|
||||
EMACS ?= emacs
|
||||
|
||||
EVAL := $(EMACS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue