aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 18:12:37 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 18:12:37 -0300
commit6114702209fb6525521cbe96244fe03cb8a87710 (patch)
tree289c0405e41a466f2516aa2d0f9d4f6b4ceffbdf
parentTODOs.md: Mark #task-fd654661-fa97-83db-1d49-83a66866ccfa as DONE (diff)
downloadgit-permalink-6114702209fb6525521cbe96244fe03cb8a87710.tar.gz
git-permalink-6114702209fb6525521cbe96244fe03cb8a87710.tar.xz
Makefile: Add "all" as a dependency to "check"
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56824d5..900a402 100644
--- a/Makefile
+++ b/Makefile
@@ -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