@@ -1,7 +1,7 @@
CC=gcc
CFLAGS=-Wall -Isrc/include -DDEBUG -g
LDFLAGS=-lm
SRC=src/points.c src/timer.c src/random.c
SRC=src/points.c src/timer.c src/random.c src/read_file.c
OBJ=$(SRC:.c=.o)
all: points informe
The note is not visible to the blocked user.