diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,3 +10,7 @@ work/data/$(PREFIX): mkdir -p "$@" cp git-repo "$@" +.PHONY: shellcheck +shellcheck: + shellcheck --shell=bash --color=never git-repo + |