File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11EMACS ?= emacs
2+ CASK ?= cask
23ELS = phpactor.el company-phpactor.el
34AUTOLOADS = phpactor-autoloads.el
45ELCS = $(ELS:.el=.elc )
56
67% .elc : % .el
78 $(EMACS ) -Q -batch -L . -f package-initialize -f batch-byte-compile $<
89
9- all : clean autoloads $(ELCS )
10+ all : .cask $(ELCS ) autoloads
1011
1112autoloads : $(AUTOLOADS )
1213
@@ -17,7 +18,10 @@ $(AUTOLOADS): $(ELCS)
1718 (normal-top-level-add-subdirs-to-load-path) \
1819 (package-generate-autoloads \" phpactor\" default-directory))"
1920
20- test : clean $(ELCS )
21+ .cask : Cask
22+ $(CASK ) install
23+
24+ test : .cask $(ELCS )
2125 $(EMACS ) -Q -batch -L . --eval \
2226 " (let ((default-directory (expand-file-name \" .cask\" default-directory))) \
2327 (normal-top-level-add-subdirs-to-load-path) \
You can’t perform that action at this time.
0 commit comments