X-Git-Url: http://sigaev.ru/git/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=12e66903188e2b87c5193c4cca3764a36f221fb6;hb=0efed821b858c3d372c03038bb26b503b0a0dd99;hp=7184bef4d7957a0b890914b8fad705684831685e;hpb=4cf76d704c0f912e844bca2dad9bc7d96921b7c5;p=tedtools.git diff --git a/Makefile b/Makefile index 7184bef..12e6690 100644 --- 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