@@ -0,0 +1,6 @@
TARGET=drawOnRoot
SRC=main.c
# DEBUG=-g
DEBUG=
$(TARGET): main.c
gcc -Wall -Wextra $(DEBUG) $(SRC) `pkg-config --cflags --libs cairo x11` -o $(TARGET)
The note is not visible to the blocked user.