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)