@@ -0,0 +1,8 @@
CC = gcc
CFLAGS = -O2 -g -Wall -Wextra -Werror
chess: chess.c
clean:
rm chess
The note is not visible to the blocked user.