]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/external_sort/Makefile
Piloteado de mini bug que pudiera existir en insertar ordenado, siempre se devuelve...
[z.facultad/75.06/emufs.git] / emufs / external_sort / Makefile
index 58ae406bacdeb61659a6b43812d3e5df7ca4c258..12a24c5fc8d9a69c708c4cbf111945809b5649f9 100644 (file)
@@ -9,7 +9,7 @@
 ################
 
 # Nombre del ejecutable.
-TARGETS = s_ext bufford_test sort_test
+TARGETS = bufford_test sort_test
 
 # Opciones para el compilador C.
 CFLAGS = -Wall -ggdb -DDEBUG
@@ -25,7 +25,7 @@ CXXFLAGS = $(CFLAGS) -fno-inline
 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)