aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 170d46c4..6a213e7d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
.PHONY: check
check:
- bash scripts/assert-shellcheck.sh
- bash scripts/assert-todos.sh
+ ./build-aux/assert-nixfmt.sh
+ ./build-aux/assert-shellcheck.sh
+ ./build-aux/assert-todos.sh
.PHONY: clean
clean: