X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fhtable%2Ftools%2FMakefile;h=a21c51cb55ea12819a050984dc2d35feeaf89406;hb=56023cca5f66a40646a1e807c3d10af6e5913623;hp=289d92b33532a8b09b8ba5e608f8102c7de86f5e;hpb=5c559e7df1d31b4c0ddf26451fac972dc8a0c2c9;p=ccan diff --git a/ccan/htable/tools/Makefile b/ccan/htable/tools/Makefile index 289d92b3..a21c51cb 100644 --- a/ccan/htable/tools/Makefile +++ b/ccan/htable/tools/Makefile @@ -1,7 +1,7 @@ CFLAGS=-Wall -Werror -O3 -I../../.. #CFLAGS=-Wall -Werror -g -I../../.. -all: speed stringspeed +all: speed stringspeed hsearchspeed speed: speed.o hash.o @@ -14,5 +14,7 @@ stringspeed: stringspeed.o hash.o ../../talloc.o ../../str_talloc.o ../../grab_f stringspeed.o: speed.c ../htable.h ../htable.c +hsearchspeed: hsearchspeed.o ../../talloc.o ../../str_talloc.o ../../grab_file.o ../../str.o ../../time.o ../../noerr.o + clean: - rm -f stringspeed speed + rm -f stringspeed speed hsearchspeed *.o