From: Omar Sandoval Date: Wed, 25 Apr 2018 22:57:10 +0000 (-0700) Subject: Makefile: rename shellcheck target to check X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ab20c82a477776d1a29147f04ee87f8b9a317589;p=users%2Fsagi%2Fblktests.git Makefile: rename shellcheck target to check Signed-off-by: Omar Sandoval --- diff --git a/Makefile b/Makefile index e78d6c8..c41d42c 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ clean: # how to write shell scripts. SHELLCHECK_EXCLUDE := SC1090,SC2034,SC2119,SC2154,SC2209 -shellcheck: +check: shellcheck -x -e $(SHELLCHECK_EXCLUDE) -f gcc check new common/* tests/*/[0-9]*[0-9] -.PHONY: all shellcheck +.PHONY: all check