@ -10,7 +10,7 @@ CFLAGS := -std=c99 -O3 -Wall -Werror -Wextra -pedantic -flto
.PHONY: clean install uninstall test
${TARGET}: ${TARGET}.c
${CC} ${CFLAGS} ${LDFLAGS} $< -o $@
${CC} ${CFLAGS} $< -o $@
clean:
rm -f ${TARGET}
The note is not visible to the blocked user.