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