diff options
author | EuAndreh <eu@euandre.org> | 2021-01-23 20:17:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-23 20:17:05 -0300 |
commit | 5f70a8be3401b36f108f60e81eaa241e3c1bde46 (patch) | |
tree | 95c5f86a75c8e585ca01362525a03e3a4a4a7ed5 /Makefile | |
parent | mv scripts/* build-aux/ (diff) | |
download | euandre.org-5f70a8be3401b36f108f60e81eaa241e3c1bde46.tar.gz euandre.org-5f70a8be3401b36f108f60e81eaa241e3c1bde46.tar.xz |
Move tests.sh into Makefile
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ .PHONY: check check: - sh tests.sh + sh build-aux/assert-spelling.sh + sh build-aux/assert-shellcheck.sh + sh build-aux/assert-todos.sh + sh build-aux/sync-translations.sh .PHONY: clean clean: |