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 = lisp/php.el lisp/php-align.el lisp/php-face.el lisp/php-project.el lisp/php-local-manual.el lisp/php-mode.el lisp/php-mode-debug.el
34AUTOLOADS = php-mode-autoloads.el
45ELCS = $(ELS:.el=.elc )
@@ -24,12 +25,15 @@ AUTHORS.md: etc/git/AUTHORS.md.in .mailmap
2425
2526autoloads : $(AUTOLOADS )
2627
27- $(AUTOLOADS ) : lisp/php.el lisp/php-align.el lisp/php-face.el lisp/php-project.el lisp/php-mode-debug.el lisp/php-mode.el
28+ $(AUTOLOADS ) : lisp/php.el lisp/php-align.el lisp/php-face.el lisp/php-project.el lisp/php-local-manual.el lisp/php- mode-debug.el lisp/php-mode.el
2829 $(EMACS ) -Q -batch -L lisp/ --eval \
2930 " (progn \
3031 (require ' package) \
3132 (package-generate-autoloads \" php-mode\" (expand-file-name \" lisp\" )))"
3233
34+ .cask : Cask
35+ $(CASK ) install
36+
3337clean :
3438 rm -f $(ELCS ) $(AUTOLOADS )
3539
5054#
5155# for an example of using a script like this with the 'git bisect run'
5256# command.
53- test : clean all
57+ test : .cask clean all
5458 touch tests/project/1/.git
5559 $(EMACS ) -Q -batch -L lisp/ --eval \
5660 " (let ((default-directory (expand-file-name \" .cask\" default-directory))) \
You can’t perform that action at this time.
0 commit comments