From 93c1362862f2e5174e898b00cacf309c05b62c06 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 30 Apr 2024 12:33:02 +0200 Subject: [PATCH] force run tests when building with the default target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d652008..7d39ca8 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ OBJ = $(addprefix $(BIN)/, $(_PROG:.cpp=.o)) .PHONY: all clean test -all: dirs $(NAME) +all: dirs test $(NAME) dirs: mkdir -p $(BIN)