From 8c37628a5d50e1a01fd7c97ba0aa80a39c972638 Mon Sep 17 00:00:00 2001 From: Lucid One Date: Wed, 7 Mar 2018 11:09:52 -0500 Subject: Enable `make lint` for test/setup.sh --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9c1c55..402dc39 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ uninstall: lint: shellcheck -s bash $(PROG).bash + $(MAKE) -C test lint test: $(MAKE) -C test -- cgit v1.2.3