mirror of
https://github.com/correl/melpa.git
synced 2024-12-19 19:14:23 +00:00
Merge pull request #1005 from rejeep/allow-custom-emacs
Allow custom emacs binary.
This commit is contained in:
commit
721b857e2d
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