X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/6a1699c5c4c2ba05db94118fe15188372ab7d37e..c52c97783d6e747849a0f3dbef223c18fcff99a8:/emufs/external_sort/Makefile diff --git a/emufs/external_sort/Makefile b/emufs/external_sort/Makefile index 7cc6c15..58ae406 100644 --- a/emufs/external_sort/Makefile +++ b/emufs/external_sort/Makefile @@ -25,7 +25,7 @@ CXXFLAGS = $(CFLAGS) -fno-inline all: $(TARGETS) bufford_test: bufford.o bufford_test.o -sort_test: bufford.o mergefile.o sort_test.o +sort_test: bufford.o mergefile.o mergepool.o sort_test.o clean: @$(RM) -fv *.o $(TARGETS)