Skip to content

Commit caedb99

Browse files
committed
Add php-align to Makefile
1 parent bdc9881 commit caedb99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EMACS ?= emacs
2-
ELS = php.el php-face.el php-project.el php-mode.el php-mode-debug.el
2+
ELS = php.el php-align.el php-face.el php-project.el php-mode.el php-mode-debug.el
33
AUTOLOADS = php-mode-autoloads.el
44
ELCS = $(ELS:.el=.elc)
55

@@ -21,7 +21,7 @@ AUTHORS.md: AUTHORS.md.in
2121

2222
autoloads: $(AUTOLOADS)
2323

24-
$(AUTOLOADS): php.el php-face.el php-project.el php-mode-debug.el php-mode.el
24+
$(AUTOLOADS): php.el php-align.el php-face.el php-project.el php-mode-debug.el php-mode.el
2525
$(EMACS) -Q -batch -L . --eval \
2626
"(progn \
2727
(require 'package) \

0 commit comments

Comments
 (0)