blob: bc30c2a2673bdcb1b4d403973ba2464dca0e255c (
plain)
1
2
3
4
5
6
7
8
9
|
--- a/Makefile.in 2015-01-23 06:59:53.000000000 +0100
+++ b/Makefile.in 2015-02-11 10:34:04.789389729 +0100
@@ -323,3 +323,6 @@
endif
# There used to be build interdependencies here. They are now in config/recurse.mk
+
+pgo-profile-run:
+ $(PYTHON) $(topsrcdir)/build/pgo/profileserver.py $(EXTRA_TEST_ARGS)
|