@@ -2,7 +2,7 @@ CC=gcc
CFLAGS=-Wall -Werror
CPPFLAGS+=-Isrc/include
#LDFLAGS=-lm
SRC=src/sort.c
SRC=src/sort.c src/random.c
OBJ=$(SRC:.c=.o)
all: sort informe
The note is not visible to the blocked user.