BTree realization
[tedtools.git] / Makefile
index 7184bef..12e6690 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ LIB=-g -L. -ltedtools -lm
 
 OBJS=tlog.o tmalloc.o tools.o prs_hmap.o sfxstr.o \
        regis.o prs_inf.o shmem.o tcp.o udp.o connpool.o \
-       psort.o flatdb.o
-PROGS=sfxtest hextest inftest kilter psortex flatdbtest
+       psort.o flatdb.o tbtree.o
+PROGS=sfxtest hextest inftest kilter psortex flatdbtest tbtreetest gendata
 
 .SUFFIXES: .o.c
 
@@ -33,5 +33,5 @@ clean:
        rm -rf $(PROGS) *.o
        rm -rf libtedtools.a
        rm -rf *core *gmon* nohup.out
-       rm -rf sfxtest.log
+       rm -rf sfxtest.log BTREE