summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 20b47a581a..3c9fc07648 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1182,6 +1182,10 @@ test-bundled-gems-run:
exit /b %STATUS% \
)
+update-benchmark-driver:
+ $(GIT) clone https://github.com/benchmark-driver/benchmark-driver $(srcdir)/benchmark/benchmark-driver || \
+ $(GIT) -C $(srcdir)/benchmark/benchmark-driver pull origin master
+
$(ruby_pc): $(RBCONFIG)
@$(BOOTSTRAPRUBY) $(srcdir)/tool/expand-config.rb \
-output=$@ -mode=$(INSTALL_DATA_MODE) -config=rbconfig.rb \