From 477498420ec91b48e0dac6c0086762c26c4906b8 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 31 May 2004 00:44:34 +0000 Subject: [PATCH] Se agrega el subdirectorio del external sort al Makefile. --- emufs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emufs/Makefile b/emufs/Makefile index 8b7307a..ed5bd32 100644 --- a/emufs/Makefile +++ b/emufs/Makefile @@ -8,6 +8,7 @@ EMUFS_COMMON=emufs.o tipo1.o tipo2.o tipo3.o idx.o did.o fsc.o common.o indices. TARGETS=libemufs.a tipo1_main tipo2_main tipo3_main b_plus_test tipo1_bplus_main tipo3_bplus_main all: $(TARGETS) + cd external_sort && make indice_b.o: indice_b.c indice_b_asc.c @@ -32,3 +33,5 @@ libemufs.a: $(EMUFS_COMMON) clean: @$(RM) -fv *.o articulos.* $(TARGETS) + cd external_sort && make clean + -- 2.43.0