Skip to content

Commit 1bbcba7

Browse files
committed
Makefile ELS target elements newline delimited
1 parent f153f5d commit 1bbcba7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Makefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
EMACS ?= emacs
22
CASK ?= cask
3-
ELS = lisp/php.el lisp/php-align.el lisp/php-complete.el lisp/php-defs.el lisp/php-face.el lisp/php-flymake.el lisp/php-project.el lisp/php-local-manual.el lisp/php-mode.el lisp/php-mode-debug.el
3+
ELS = lisp/php.el
4+
ELS += lisp/php-align.el
5+
ELS += lisp/php-complete.el
6+
ELS += lisp/php-defs.el
7+
ELS += lisp/php-face.el
8+
ELS += lisp/php-flymake.el
9+
ELS += lisp/php-local-manual.el
10+
ELS += lisp/php-mode-debug.el
11+
ELS += lisp/php-mode.el
12+
ELS += lisp/php-project.el
413
AUTOLOADS = php-mode-autoloads.el
514
ELCS = $(ELS:.el=.elc)
615

0 commit comments

Comments
 (0)