Skip to content

Commit a6f0592

Browse files
vspinubbatsov
authored andcommitted
Makefile: Don't re-set EMACS if already set
1 parent 1a59d9e commit a6f0592

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
CASK = cask
2-
EMACS = emacs
2+
export EMACS ?= emacs
33
EMACSFLAGS =
44
TESTFLAGS =
55

6-
export EMACS
7-
86
PKGDIR := $(shell EMACS=$(EMACS) $(CASK) package-directory)
97

108
SRCS = $(wildcard *.el)

0 commit comments

Comments
 (0)