]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/Makefile
Reemplazo de clave.i_clave por funciones de comparacion dinamicas segun tipo de dato...
[z.facultad/75.06/emufs.git] / emufs / Makefile
index e1c92c98055e9e9730df056034240013ec6545ab..8b7307a5e9fabf3bb3ac0992481cfa346d3e4676 100644 (file)
@@ -9,6 +9,8 @@ TARGETS=libemufs.a tipo1_main tipo2_main tipo3_main b_plus_test tipo1_bplus_main
 
 all: $(TARGETS)
 
+indice_b.o: indice_b.c indice_b_asc.c
+
 tipo1_main: tipo1_main.o $(EMUFS_COMMON)
 
 tipo2_main: tipo2_main.o $(EMUFS_COMMON)