@@ -1,4 +1,4 @@
LDFLAGS=-lncurses
main: main.c grid.c vect.c
gcc main.c grid.c vect.c -o main ${LDFLAGS}
main: *.c
gcc *.c -o main ${LDFLAGS}
The note is not visible to the blocked user.