diff options
author | Lucid One <LucidOne@users.noreply.github.com> | 2018-03-07 11:09:52 -0500 |
---|---|---|
committer | Tad Fisher <tadfisher@gmail.com> | 2018-03-07 11:08:39 -0800 |
commit | 8c37628a5d50e1a01fd7c97ba0aa80a39c972638 (patch) | |
tree | 0075530c43549b08d7009f363500f241e5957744 /Makefile | |
parent | 20232a9ecd5f4909f0965b3abc1f80a70671076e (diff) | |
download | pass-otp-8c37628a5d50e1a01fd7c97ba0aa80a39c972638.tar.gz pass-otp-8c37628a5d50e1a01fd7c97ba0aa80a39c972638.zip |
Enable `make lint` for test/setup.sh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ uninstall: lint: shellcheck -s bash $(PROG).bash + $(MAKE) -C test lint test: $(MAKE) -C test |