aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 11422d23..ed32b4af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.PHONY: check
check:
- sh build-aux/assert-nixfmt.sh
- sh build-aux/assert-shellcheck.sh
- sh build-aux/assert-todos.sh
+ sh aux/assert-nixfmt.sh
+ sh aux/assert-shellcheck.sh
+ sh aux/assert-todos.sh
.PHONY: clean
clean: