diff options
author | EuAndreh <eu@euandre.org> | 2021-01-10 10:35:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-10 10:42:06 -0300 |
commit | f0c75e1433d0c91729d2fb3814c9fdac4bf42ffd (patch) | |
tree | 679b86c09d3a1bbc5c8a5c1dccde69467af0f947 /Makefile | |
parent | Move workflow/ to build-aux/workflow/ (diff) | |
download | server-f0c75e1433d0c91729d2fb3814c9fdac4bf42ffd.tar.gz server-f0c75e1433d0c91729d2fb3814c9fdac4bf42ffd.tar.xz |
Readd assert-todos.sh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .PHONY: check check: ./build-aux/assert-shellcheck.sh - # ./build-aux/assert-todos.sh + ./build-aux/assert-todos.sh ./build-aux/assert-terraform.sh .PHONY: clean |