convenience: "make lint" as an alias for "make maintainer-check"
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 16:41:58 +0000 (17:41 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 16:49:00 +0000 (17:49 +0100)
* maintainer/syntax-checks.mk (lint): Here.  I'm a lazy typist ...

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
maintainer/syntax-checks.mk

index 375738b..6bb7662 100644 (file)
@@ -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