X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/5b7414e56edebd004eee0a746ed7e64c64c52d0c..4a18f94108cddb75f174fd814079aa032f15997d:/emufs/Makefile?ds=inline 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 +