From 4dc56a8b6f6fc0c0f16a92d51f99583909303f95 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 22 Jan 2021 15:05:07 -0300 Subject: Add build-aux/assert-shellcheck.sh and run in "check" target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9537b2..61f4072 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,11 @@ uninstall: check: sh tests/all.sh + if [ -d .git ]; then \ + echo 'Assuming Git repository, running development checks.'; \ + sh build-aux/assert-shellcheck.sh; \ + fi + dist: if git show $(VERSION) 1>/dev/null 2>/dev/null; then \ echo 'Version $(VERSION) already exists.'; \ -- cgit v1.2.3