summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
+