summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-11-27 10:28:56 +0100
committerYves Fischer <yvesf-git@xapek.org>2018-11-27 10:28:56 +0100
commitf0cc28e3758524d74d20a8219b13966d01085fea (patch)
treede3e33727d1422e78bd99add6f09a5bf5ccd06e2 /Makefile
parent24cfb6e08cf8c8b34dc1a2c6b0441ded6a0ae8bf (diff)
downloadgit-repo-f0cc28e3758524d74d20a8219b13966d01085fea.tar.gz
git-repo-f0cc28e3758524d74d20a8219b13966d01085fea.zip
improvements from using shellcheck
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 295747e..4f93756 100644
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,7 @@ work/data/$(PREFIX):
mkdir -p "$@"
cp git-repo "$@"
+.PHONY: shellcheck
+shellcheck:
+ shellcheck --shell=bash --color=never git-repo
+