aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 132b33a..a74d029 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
.PHONY: check
check:
- sh build-aux/assert-shellcheck.sh
- sh build-aux/assert-todos.sh
- sh build-aux/assert-terraform.sh
+ sh -eux build-aux/assert-shellcheck.sh
+ sh -eux build-aux/assert-todos.sh
+ sh -eux build-aux/assert-terraform.sh
.PHONY: clean
clean:
@@ -12,5 +12,5 @@ clean:
.PHONY: public
public:
- ./build-aux/workflow/TODOs.sh VPS vps public-inbox
+ sh -eu build-aux/workflow/TODOs.sh VPS vps public-inbox
pandoc -s --metadata title='VPS - EuAndreh' -o public/index.html README.md