branch: externals/phps-mode
commit f77edf8b9eb252c0c5187d058c2d1fbe618789ac
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Updated compile command to ignore that files that doesn't compile
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index df2cce5..9c03266 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ ifdef emacs
endif
EMACS_CMD := $(EMACS) -Q -batch -L .
-EL := phps-mode-flycheck.el phps-mode-flymake.el phps-mode-font-lock.el
phps-mode-functions.el phps-mode-lexer.el phps-mode-map.el
phps-mode-semantic.el phps-mode-syntax-table.el phps-mode-tags.el
phps-mode-test-functions.el phps-mode-test-lexer.el phps-mode-test-parser.el
phps-mode.el
+EL := phps-mode-flymake.el phps-mode-font-lock.el phps-mode-functions.el
phps-mode-map.el phps-mode-semantic.el phps-mode-syntax-table.el
phps-mode-test-functions.el phps-mode-test-lexer.el phps-mode-test-parser.el
phps-mode.el
ELC := $(EL:.el=.elc)
.PHONY: clean