emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode f77edf8 308/405: Updated compile command to i


From: Stefan Monnier
Subject: [elpa] externals/phps-mode f77edf8 308/405: Updated compile command to ignore that files that doesn't compile
Date: Sat, 13 Jul 2019 10:00:38 -0400 (EDT)

branch: externals/phps-mode
commit f77edf8b9eb252c0c5187d058c2d1fbe618789ac
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]