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 f153f5d commit 1bbcba7Copy full SHA for 1bbcba7
Makefile
@@ -1,6 +1,15 @@
1
EMACS ?= emacs
2
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
+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
13
AUTOLOADS = php-mode-autoloads.el
14
ELCS = $(ELS:.el=.elc)
15
0 commit comments