]> git.ozlabs.org Git - ccan/blob - tools/Makefile
bitmap: Avoid shadowing type name with parameter name
[ccan] / 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