X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fhtable%2Ftools%2FMakefile;fp=ccan%2Fhtable%2Ftools%2FMakefile;h=a21c51cb55ea12819a050984dc2d35feeaf89406;hp=289d92b33532a8b09b8ba5e608f8102c7de86f5e;hb=95757f0e9d979e7c653e9b53bb640deb4f0ea1f9;hpb=0e5d0e30b30bb07b6605843e5ff224210d8083d8 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