diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,12 +1,18 @@ .POSIX: -check: +check-guile: + guile tests/unit-tests.scm + +check-shellcheck: sh aux/assert-shellcheck.sh + +check-todos: sh aux/workflow/assert-todos.sh - sh aux/assert-terraform.sh + +check: check-guile check-shellcheck check-todos clean: - rm -rf public/ + rm -rf public/ *.log dev-check: check |