@@ -1,11 +1,11 @@
all:
mkdir -p bin
cc graphics.c -o bin/graphics -lm -O3
cc *.c -o bin/graphics -lm -O3
clean:
rm -rf bin/
debug:
cc graphics.c -o bin/graphics -lm -g3
cc *.c -o bin/graphics -lm -g3
The note is not visible to the blocked user.