################
# Nombre del ejecutable.
-TARGETS = s_ext bufford_test bufford_test_sort
+TARGETS = s_ext bufford_test sort_test
# Opciones para el compilador C.
CFLAGS = -Wall -ggdb -DDEBUG
all: $(TARGETS)
bufford_test: bufford.o bufford_test.o
-bufford_test_sort: bufford.o bufford_test_sort.o
+sort_test: bufford.o mergefile.o mergepool.o sort_test.o
clean:
@$(RM) -fv *.o $(TARGETS)