diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ .PHONY: check check: - sh aux/assert-nixfmt.sh sh aux/assert-shellcheck.sh sh aux/assert-todos.sh + sh aux/assert-nixfmt.sh ||: .PHONY: clean clean: |
