X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/2112695675116462a84e74e6b4ee25b78852956a..c0c4be36055930e14b3550fc4e37c5a45a1c0a18:/emufs/Makefile?ds=sidebyside diff --git a/emufs/Makefile b/emufs/Makefile index e1c92c9..8b7307a 100644 --- a/emufs/Makefile +++ b/emufs/Makefile @@ -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)