]> git.ozlabs.org Git - ccan/blobdiff - ccan/strset/tools/Makefile
htable, strset: benchmarking tools.
[ccan] / ccan / strset / tools / Makefile
diff --git a/ccan/strset/tools/Makefile b/ccan/strset/tools/Makefile
new file mode 100644 (file)
index 0000000..77b1f7d
--- /dev/null
@@ -0,0 +1,11 @@
+CFLAGS=-Wall -Werror -O3 -I../../..
+#CFLAGS=-Wall -Werror -g -I../../..
+
+all: cbspeed speed
+
+cbspeed: cbspeed.o ../../talloc.o ../../str_talloc.o ../../grab_file.o ../../str.o ../../time.o ../../noerr.o
+
+speed: speed.o ../../talloc.o ../../str_talloc.o ../../grab_file.o ../../str.o ../../time.o ../../noerr.o
+
+clean:
+       rm -f cbspeed speed speed.o cbspeed.o