X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/e42e23b74408ae54e9ae25b7cadadf45d80c34e1..5e2899e9e432439af5e9714c5298e056ce31cd9e:/emufs/Makefile diff --git a/emufs/Makefile b/emufs/Makefile index 6721482..2e0dbf5 100644 --- a/emufs/Makefile +++ b/emufs/Makefile @@ -1,7 +1,7 @@ CFLAGS=-Wall -g -ansi -pedantic -DDEBUG LDFLAGS=-lm -EMUFS_COMMON=emufs.o tipo1.o tipo2.o tipo3.o idx.o did.o fsc.o common.o indices.o indice_b.o b_plus.o +EMUFS_COMMON=emufs.o tipo1.o tipo2.o tipo3.o idx.o did.o fsc.o common.o indices.o indice_b.o TARGETS=libemufs.a tipo1_main tipo2_main tipo3_main b_test @@ -13,7 +13,7 @@ tipo2_main: tipo2_main.o $(EMUFS_COMMON) tipo3_main: tipo3_main.o $(EMUFS_COMMON) -b_plus_test: b_plus_test.o $(EMUFS_COMMON) +b_plus_test: b_plus_test.o b_plus.o #b_plus_test: b_plus_test.o b_plus.o indices.o emufs.o #b_test: b_test.o indice_b.o