force run tests when building with the default target

This commit is contained in:
jacekpoz 2024-04-30 12:33:02 +02:00
parent a9d4660aae
commit 93c1362862
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -18,7 +18,7 @@ OBJ = $(addprefix $(BIN)/, $(_PROG:.cpp=.o))
.PHONY: all clean test .PHONY: all clean test
all: dirs $(NAME) all: dirs test $(NAME)
dirs: dirs:
mkdir -p $(BIN) mkdir -p $(BIN)