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 277f0b4 commit d07cfcdCopy full SHA for d07cfcd
Makefile
@@ -4,8 +4,12 @@ ELS = phpstan.el flycheck-phpstan.el flymake-phpstan.el
4
AUTOLOADS = phpstan-autoloads.el
5
ELCS = $(ELS:.el=.elc)
6
7
-%.elc: .cask %.el
8
- $(EMACS) -Q -batch -L . -f package-initialize -f batch-byte-compile $<
+.el.elc: .cask
+ $(EMACS) -Q -batch -L . --eval \
9
+ "(let ((default-directory (expand-file-name \".cask\" default-directory))) \
10
+ (require 'package) \
11
+ (normal-top-level-add-subdirs-to-load-path))" \
12
+ -f package-initialize -f batch-byte-compile $<
13
14
.cask: Cask
15
$(CASK)
0 commit comments