diff --git a/Makefile b/Makefile index 5076871..97c8265 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,9 @@ UT = ./ut FT = ./ft -all: build +all: $(NAME) -build: $(OBJ) +$(NAME): $(OBJ) $(AR) $(NAME) $(OBJ) tests_run: