]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/tools/Makefile
tdb2: expand more slowly.
[ccan] / ccan / tdb2 / tools / Makefile
index 19bb731e8789730f3bb8eace7c3d88c31b19ccba..e2ad888390a79d9e69cc84eda902055fcd494517 100644 (file)
@@ -2,12 +2,13 @@ OBJS:=../../tdb2.o ../../hash.o ../../tally.o
 CFLAGS:=-I../../.. -Wall -g -O3 #-g -pg
 LDFLAGS:=-L../../..
 
-default: tdbtorture tdbtool mktdb speed
+default: tdbtorture tdbtool mktdb speed growtdb-bench
 
 tdbtorture: tdbtorture.c $(OBJS)
 tdbtool: tdbtool.c $(OBJS)
 mktdb: mktdb.c $(OBJS)
 speed: speed.c $(OBJS)
+growtdb-bench: growtdb-bench.c $(OBJS)
 
 clean:
-       rm -f tdbtorture tdbtool mktdb speed
+       rm -f tdbtorture tdbtool mktdb speed growtdb-bench