aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLucid One <LucidOne@users.noreply.github.com>2018-03-07 11:09:52 -0500
committerTad Fisher <tadfisher@gmail.com>2018-03-07 11:08:39 -0800
commit8c37628a5d50e1a01fd7c97ba0aa80a39c972638 (patch)
tree0075530c43549b08d7009f363500f241e5957744 /Makefile
parent20232a9ecd5f4909f0965b3abc1f80a70671076e (diff)
Enable `make lint` for test/setup.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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