branch: externals/phps-mode commit 41c12c1e6e5023a36c40b4152012748318a0dc11 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated paths for byte-compilation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a1bdea5..d24b62f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ifdef emacs endif EMACS_CMD := $(EMACS) -Q -batch -L . -EL := phps-mode.el phps-wy.el +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 ELC := $(EL:.el=.elc) .PHONY: clean @@ -19,7 +19,7 @@ compile: $(EMACS_CMD) -f batch-byte-compile $< .PHONY: tests -tests: clean test-functions test-lexer test-parser test-integration +tests: test-functions test-lexer test-parser test-integration .PHONY: test-functions test-functions: