@ -0,0 +1,5 @@
CC=clang
CFLAGS=--pedantic --std=c99 -lm
main: main.c
$(CC) $(CFLAGS) -o pi main.c
The note is not visible to the blocked user.