aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-10-01 15:35:53 +0100
committerMatthew Wild <mwild1@gmail.com>2018-10-01 15:35:53 +0100
commit90e3e7c1164c515b91d2023f99fd767da8520f07 (patch)
tree7f6b6bf613ba968cb9010aeb2dcd0c64d1bc30ee /GNUmakefile
parent32a0e9805ad6a3237ac926bb6a0d91dd8202cb58 (diff)
downloadprosody-90e3e7c1164c515b91d2023f99fd767da8520f07.tar.gz
prosody-90e3e7c1164c515b91d2023f99fd767da8520f07.zip
make lint: Add shellcheck of configure script
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bfc55076..15b0e03d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -82,6 +82,7 @@ coverage:
lint:
$(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl
@echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
+ shellcheck configure
util/%.so:
$(MAKE) install -C util-src