1
0
Fork 0
mirror of https://github.com/correl/melpa.git synced 2025-03-24 09:12:46 -09:00

Merge pull request from rejeep/allow-custom-emacs

Allow custom emacs binary.
This commit is contained in:
Steve Purcell 2013-09-01 10:23:29 -07:00
commit 721b857e2d

View file

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