]> git.ozlabs.org Git - ccan-lca-2011.git/blob - ccan/htable/tools/Makefile
htable: use "perfect" bit to reduce rehashes.
[ccan-lca-2011.git] / ccan / htable / tools / Makefile
1 CFLAGS=-Wall -Werror -O3 -I../../..
2
3 speed: speed.o ../../hash.o
4
5 speed.o: speed.c ../htable.h ../htable.c