-CFLAGS=-Wall -g -ansi -pedantic -DDEBUG
+CFLAGS=-Wall -g -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
-TARGETS=libemufs.a tipo1_main tipo2_main tipo3_main b_test
+TARGETS=libemufs.a tipo1_main tipo2_main tipo3_main b_plus_test
all: $(TARGETS)
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