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