test program, flatdb tested
[tedtools.git] / Makefile
index e58d726..7184bef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,12 +5,12 @@ LD=ld -x -shared
 
 INCLUDE=-I.
 CFLAGS=-Wall -g -O2 -pedantic -ansi -DASSERT_CORE -D_GNU_SOURCE -DHAVE_POLL_H -DHAVE_SYS_POLL_H -DHAVE_HSTRERROR
-LIB=-L. -ltedtools -lm
+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
+PROGS=sfxtest hextest inftest kilter psortex flatdbtest
 
 .SUFFIXES: .o.c