diff --git a/Makefile b/Makefile index 0ef9050..e42d93e 100644 --- a/Makefile +++ b/Makefile @@ -82,9 +82,9 @@ CC = gcc AR = ar rc -all: build +all: $(NAME) -build: $(OBJ) +$(NAME): $(OBJ) $(AR) $(NAME) $(OBJ) tests_run: