]> git.ozlabs.org Git - ccan/blob - ccan/htable/tools/Makefile
001e160b78f9936ea9efa7a60ac6592d53338df1
[ccan] / 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