commit: 5019b9de8da65b86b607c85b929ccdba2488e1b3 parent 02e3d4cb33d832deb4874debb24d0b247dbe2952 Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Sun, 17 Sep 2023 19:47:50 +0200 Makefile: Make `check` target depend on `all`Diffstat:
M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Makefile b/Makefile
@@ -28,7 +28,7 @@ lint: reuse lint .PHONY: check -check: +check: all $(CRAM) test-cmd/*.t .PHONY: install