We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37bf57 commit e19ce67Copy full SHA for e19ce67
ext/yarvaot/depend
@@ -2,6 +2,14 @@
2
# Urabe Shyouhei <shyouhei@ruby-lang.org> during 2010. See the COPYING for
3
# legal info.
4
5
+.PHONY: benchmark
6
+benchmark: $(topdir)/ruby
7
+ ruby -e'puts "#!/bin/sh\necho ./a.out\n"' > ./a.out
8
+ chmod 755 ./a.out
9
+ ruby $(top_srcdir)/benchmark/driver.rb -v \
10
+ --executables="yarvaot; ./a.out; ruby; $(topdir)/ruby" \
11
+ --pattern='bm_' --directory=$(top_srcdir)/benchmark
12
+
13
install: install-hdr
14
install-hdr: yarvaot.h $(ARCHHDRDIR)
15
@-$(COPY) $^
0 commit comments