summaryrefslogtreecommitdiffstats
path: root/lib/ccan/htable/tools/Makefile
blob: 001e160b78f9936ea9efa7a60ac6592d53338df1 (plain)
1
2
3
4
5
CFLAGS=-Wall -Werror -O3 -I../../..

speed: speed.o ../../hash.o

speed.o: speed.c ../htable.h ../htable.c