@@ -1,8 +1,8 @@
#!/bin/bash
CC=clang
CFLAGS="-g -Wall -Werror -pedantic"
LIBS="-lSDL2"
CFLAGS="-g"
LIBS="-lm -lSDL2"
SRC="main.c"
OUT="main"
The note is not visible to the blocked user.