From b8d77c81afbbcf314ff21d84643c9189923c55a4 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 12 Jan 2013 17:41:58 +0100 Subject: [PATCH] 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 --- maintainer/syntax-checks.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk index 375738b..6bb7662 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 -- 2.7.4