We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a59d9e commit a6f0592Copy full SHA for a6f0592
Makefile
@@ -1,10 +1,8 @@
1
CASK = cask
2
-EMACS = emacs
+export EMACS ?= emacs
3
EMACSFLAGS =
4
TESTFLAGS =
5
6
-export EMACS
7
-
8
PKGDIR := $(shell EMACS=$(EMACS) $(CASK) package-directory)
9
10
SRCS = $(wildcard *.el)
0 commit comments