]> git.ozlabs.org Git - ccan/blob - ccan/tdb2/tools/Makefile
tdb2: enable transactions in tdbtorture
[ccan] / ccan / tdb2 / tools / Makefile
1 OBJS:=../../tdb2.o ../../hash.o ../../tally.o
2 CFLAGS:=-I../../.. -Wall -g #-g -O3 #-g -pg
3 LDFLAGS:=-L../../..
4
5 default: tdbtorture tdbtool mktdb
6
7 tdbtorture: tdbtorture.c $(OBJS)
8 tdbtool: tdbtool.c $(OBJS)
9 mktdb: mktdb.c $(OBJS)
10
11 clean:
12         rm -f tdbtorture tdbtool mktdb