summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90e80c3..cbd85dd 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ check: lint
lint:
shellcheck -s bash parabolaiso/mkparabolaiso \
- scripts/run_parabolaiso.sh \
+ $(wildcard scripts/*.sh) \
$(INSTALL_FILES) \
$(wildcard configs/*/build.sh) \
$(wildcard configs/*/profiledef.sh) \