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