aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6f603d1..132b33a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
.POSIX:
+
.PHONY: check
check:
- ./build-aux/assert-shellcheck.sh
- ./build-aux/assert-todos.sh
- ./build-aux/assert-terraform.sh
+ sh build-aux/assert-shellcheck.sh
+ sh build-aux/assert-todos.sh
+ sh build-aux/assert-terraform.sh
.PHONY: clean
clean: