diff options
author | EuAndreh <eu@euandre.org> | 2021-06-12 18:12:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-12 18:12:37 -0300 |
commit | 6114702209fb6525521cbe96244fe03cb8a87710 (patch) | |
tree | 289c0405e41a466f2516aa2d0f9d4f6b4ceffbdf | |
parent | TODOs.md: Mark #task-fd654661-fa97-83db-1d49-83a66866ccfa as DONE (diff) | |
download | git-permalink-6114702209fb6525521cbe96244fe03cb8a87710.tar.gz git-permalink-6114702209fb6525521cbe96244fe03cb8a87710.tar.xz |
Makefile: Add "all" as a dependency to "check"
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ git-permalink: src/git-permalink.sh chmod +x $@-t mv $@-t $@ -check: +check: all sh tests/cli-opts.sh dev-check: check |