@@ -35,9 +35,9 @@ CC = gcc
AR = ar rc
all: build
all: $(NAME)
build: $(OBJ)
$(NAME): $(OBJ)
$(AR) $(NAME) $(OBJ)
tests_run:
The note is not visible to the blocked user.