diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2018-11-27 10:28:56 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2018-11-27 10:28:56 +0100 |
commit | f0cc28e3758524d74d20a8219b13966d01085fea (patch) | |
tree | de3e33727d1422e78bd99add6f09a5bf5ccd06e2 /Makefile | |
parent | 24cfb6e08cf8c8b34dc1a2c6b0441ded6a0ae8bf (diff) | |
download | git-repo-f0cc28e3758524d74d20a8219b13966d01085fea.tar.gz git-repo-f0cc28e3758524d74d20a8219b13966d01085fea.zip |
improvements from using shellcheck
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 + |