aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-30 09:43:16 -0300
committerEuAndreh <eu@euandre.org>2021-01-30 09:43:16 -0300
commitf8c1d81ada66d7e3b7973ae1963f2885a8009c32 (patch)
tree742cf0245cdbc608df46a21fd254967ef2b5d256 /Makefile
parentfake-symlinks.sh: Make boneco and pdfs-da-d-maria Makefile projects (diff)
downloaddotfiles-f8c1d81ada66d7e3b7973ae1963f2885a8009c32.tar.gz
dotfiles-f8c1d81ada66d7e3b7973ae1963f2885a8009c32.tar.xz
Makefile: allow assert-nixfmt.sh to fail
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: