]> git.ozlabs.org Git - ccan/blobdiff - ccan/htable/tools/Makefile
htable: speed benchmark
[ccan] / ccan / htable / tools / Makefile
diff --git a/ccan/htable/tools/Makefile b/ccan/htable/tools/Makefile
new file mode 100644 (file)
index 0000000..001e160
--- /dev/null
@@ -0,0 +1,5 @@
+CFLAGS=-Wall -Werror -O3 -I../../..
+
+speed: speed.o ../../hash.o
+
+speed.o: speed.c ../htable.h ../htable.c