X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftools%2FMakefile;fp=ccan%2Ftdb2%2Ftools%2FMakefile;h=19bb731e8789730f3bb8eace7c3d88c31b19ccba;hp=c16f27bf79bf59efa0a18ed7ca98d6fc405a31f5;hb=076c398e1b84881f5c9d0da081bd2ef8027c2b2b;hpb=dbbde01940aca8b46e69ad26f760e9b6e736f592 diff --git a/ccan/tdb2/tools/Makefile b/ccan/tdb2/tools/Makefile index c16f27bf..19bb731e 100644 --- a/ccan/tdb2/tools/Makefile +++ b/ccan/tdb2/tools/Makefile @@ -1,12 +1,13 @@ OBJS:=../../tdb2.o ../../hash.o ../../tally.o -CFLAGS:=-I../../.. -Wall -g #-g -O3 #-g -pg +CFLAGS:=-I../../.. -Wall -g -O3 #-g -pg LDFLAGS:=-L../../.. -default: tdbtorture tdbtool mktdb +default: tdbtorture tdbtool mktdb speed tdbtorture: tdbtorture.c $(OBJS) tdbtool: tdbtool.c $(OBJS) mktdb: mktdb.c $(OBJS) +speed: speed.c $(OBJS) clean: - rm -f tdbtorture tdbtool mktdb + rm -f tdbtorture tdbtool mktdb speed