From f8c1d81ada66d7e3b7973ae1963f2885a8009c32 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 30 Jan 2021 09:43:16 -0300 Subject: Makefile: allow assert-nixfmt.sh to fail --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9521b34..851a7a09 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.3