]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb/tools/Makefile
compiler: use everywhere.
[ccan] / ccan / tdb / tools / Makefile
index 8febc40ff77505a0128885210e0604b0af2f077f..d7611a2b0fd08a709eb86a56af2b52e7cb7646ca 100644 (file)
@@ -1,8 +1,8 @@
-LDLIBS:=../../tdb.o ../../hash.o
+LDLIBS:=../../tdb.o ../../tally.o
 CFLAGS:=-I../../.. -Wall -O3 #-g -pg
 LDFLAGS:=-L../../..
 
-default: replay_trace tdbtorture tdbdump tdbtool starvation
+default: replay_trace tdbtorture tdbdump tdbtool starvation mktdb
 
 benchmark: replay_trace
        @trap "rm -f /tmp/trace.$$$$" 0; for f in benchmarks/*.rz; do if runzip -k $$f -o /tmp/trace.$$$$ && echo -n "$$f": && ./replay_trace --quiet -n 5 replay.tdb /tmp/trace.$$$$ && rm /tmp/trace.$$$$; then rm -f /tmp/trace.$$$$; else exit 1; fi; done