summaryrefslogtreecommitdiff
path: root/maintainer/syntax-checks.mk
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-12 17:41:58 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-12 17:49:00 +0100
commitb8d77c81afbbcf314ff21d84643c9189923c55a4 (patch)
tree64fc7154fe0b439e72d25fe2f470914fbfcaaf5a /maintainer/syntax-checks.mk
parent610d2e5cc49f0b89a2659e36c259ee98087ad9da (diff)
downloadautomake-b8d77c81afbbcf314ff21d84643c9189923c55a4.tar.gz
convenience: "make lint" as an alias for "make maintainer-check"
* maintainer/syntax-checks.mk (lint): Here. I'm a lazy typist ... Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'maintainer/syntax-checks.mk')
-rw-r--r--maintainer/syntax-checks.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk
index 375738be9..6bb7662ac 100644
--- a/maintainer/syntax-checks.mk
+++ b/maintainer/syntax-checks.mk
@@ -542,3 +542,7 @@ maintainer-check: $(syntax_check_rules)
## Check that the list of tests given in the Makefile is equal to the
## list of all test scripts in the Automake testsuite.
maintainer-check: maintainer-check-list-of-tests
+
+# I'm a lazy typist.
+lint: maintainer-check
+.PHONY: lint