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 6744215 commit a1c30caCopy full SHA for a1c30ca
Makefile
@@ -8,7 +8,7 @@ ELCS = $(ELS:.el=.elc)
8
$(EMACS) -Q -batch -L . -f package-initialize -f batch-byte-compile $<
9
10
.cask: Cask
11
- CASK
+ $(CASK)
12
13
all: clean autoloads $(ELCS)
14
0 commit comments