branch: externals/objed
commit aa8f32d155dbbcbdabf388acfec5ae09cadedf9a
Author: Clemens Radermacher <clem...@posteo.net>
Commit: Clemens Radermacher <clem...@posteo.net>

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

diff --git a/Makefile b/Makefile
index 5d3e673..605ca19 100644
--- a/Makefile
+++ b/Makefile
@@ -16,4 +16,4 @@ test: compile lint
 clean:
        rm -f *.elc
 
-.PHONY: update compile test clean
+.PHONY: update lint compile test clean

Reply via email to