@@ -0,0 +1,6 @@
CFLAGS = -I lib/ -O3 -Wall -Werror -Wextra -Wpedantic
build: src/main.c
mkdir -p bin/
gcc $(CFLAGS) -o bin/main \
src/main.c
The note is not visible to the blocked user.