@@ -16,10 +16,10 @@ define DOCS
)
endef
build: build/ $(NAME)
build: build/ build/$(NAME)
$(NAME): src/main.c $(HEADERS)
cc -o $(NAME) $^
build/$(NAME): src/main.c $(HEADERS)
cc -o $@ $<
test:
The note is not visible to the blocked user.