@@ -2,10 +2,13 @@
CC = clang
CFLAGS = -Ofast -fsanitize=address -static-libsan -ggdb3 -Wall -Wextra -Werror
.PHONY: all run gdb clean
.PHONY: all run gdb clean docs
all: bin/chess
docs:
doxygen doxygen-config
clean:
rm bin/*
The note is not visible to the blocked user.