summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4977f82fa..585c6fe11 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,9 @@ client-install: client
fi
lint:
- ./make-lint $(LINT_OPTIONS)
+ if [ "$(SKIP_LINT)" != "yes" ]; then \
+ ./make-lint $(LINT_OPTIONS); \
+ fi
test:
$(MAKE) -C install/po test_lang