X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftools%2FMakefile;h=d388e51b555e63d041dda9475bd4f94d5b51f90d;hp=e2ad888390a79d9e69cc84eda902055fcd494517;hb=8388c33a83ad51c6fdc355d938f08419d2b24923;hpb=a8bb84de3dd8b14701c96e02da669abd8ac525ff diff --git a/ccan/tdb2/tools/Makefile b/ccan/tdb2/tools/Makefile index e2ad8883..d388e51b 100644 --- a/ccan/tdb2/tools/Makefile +++ b/ccan/tdb2/tools/Makefile @@ -2,13 +2,13 @@ OBJS:=../../tdb2.o ../../hash.o ../../tally.o CFLAGS:=-I../../.. -Wall -g -O3 #-g -pg LDFLAGS:=-L../../.. -default: tdbtorture tdbtool mktdb speed growtdb-bench +default: tdb2torture tdb2tool mktdb2 speed growtdb-bench -tdbtorture: tdbtorture.c $(OBJS) -tdbtool: tdbtool.c $(OBJS) -mktdb: mktdb.c $(OBJS) +tdb2torture: tdb2torture.c $(OBJS) +tdb2tool: tdb2tool.c $(OBJS) +mktdb2: mktdb2.c $(OBJS) speed: speed.c $(OBJS) growtdb-bench: growtdb-bench.c $(OBJS) clean: - rm -f tdbtorture tdbtool mktdb speed growtdb-bench + rm -f tdb2torture tdb2tool mktdb2 speed growtdb-bench