From 6114702209fb6525521cbe96244fe03cb8a87710 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 12 Jun 2021 18:12:37 -0300 Subject: Makefile: Add "all" as a dependency to "check" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3