]> git.llucax.com Git - z.facultad/75.06/emufs.git/commitdiff
Se agrega el subdirectorio del external sort al Makefile.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 31 May 2004 00:44:34 +0000 (00:44 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 31 May 2004 00:44:34 +0000 (00:44 +0000)
emufs/Makefile

index 8b7307a5e9fabf3bb3ac0992481cfa346d3e4676..ed5bd32ec35466ca9dae79ddf2271dfdc5151d64 100644 (file)
@@ -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
+