################
# 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
+CFLAGS = -Wall -ggdb -DDEBUG
# Opciones para el compilador C++.
CXXFLAGS = $(CFLAGS) -fno-inline
all: $(TARGETS)
bufford_test: bufford.o bufford_test.o
+bufford_test_sort: bufford.o bufford_test_sort.o
clean:
@$(RM) -fv *.o $(TARGETS)