@ -0,0 +1,7 @@
CC=clang
CFLAGS=-g -Wall -Werror -pedantic
SRC=*.c
OUT=main
all: $(SRC)
$(CC) $(CFLAGS) $(SRC) -o $(OUT)
The note is not visible to the blocked user.