diff options
Diffstat (limited to 'lib/ccan/htable/tools/Makefile')
-rw-r--r-- | lib/ccan/htable/tools/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ccan/htable/tools/Makefile b/lib/ccan/htable/tools/Makefile new file mode 100644 index 0000000000..001e160b78 --- /dev/null +++ b/lib/ccan/htable/tools/Makefile @@ -0,0 +1,5 @@ +CFLAGS=-Wall -Werror -O3 -I../../.. + +speed: speed.o ../../hash.o + +speed.o: speed.c ../htable.h ../htable.c |