From 0bab6e867441c4d9d62b436e0aac48b7dc0096a3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 06:00:31 -0400 Subject: Added a tools/ subdirectory, with various maintainer related files. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 859ed24c..d1ad82d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -548,4 +548,9 @@ release: copy-sources release-distcheck: copy-sources (cd $(STAGING); ./acprep --release --build -j3 distcheck) +benchmark: copy-sources + (cd $(STAGING); ./acprep --release --opt --build -j3 all) + PATH=$(PATH):$(srcdir)/tools \ + $(srcdir)/tools/speedcmp 50 $(STAGING)/ledger + # Makefile.am ends here -- cgit v1.2.3