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

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

[elpa] externals/objed 98f12d3 13/16: Add lint target to test


From: Clemens Radermacher
Subject: [elpa] externals/objed 98f12d3 13/16: Add lint target to test
Date: Fri, 15 Mar 2019 12:57:42 -0400 (EDT)

branch: externals/objed
commit 98f12d3747befb9068fbe192ea758e38596e675e
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Add lint target to test
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4426aef..5d3e673 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ lint:
 compile: clean
        $(EMACS) -Q -batch -l test/elpa.el -l test/make-compile.el
 
-test: compile
+test: compile lint
        $(EMACS) -Q -batch -l test/elpa.el -l test/make-test.el
 
 clean:



reply via email to

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