ruby binding added
This commit is contained in:
11
bindings/ruby/Makefile
Normal file
11
bindings/ruby/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Ruby binding for Unicorn engine. Sascha Schirra <sashs@scoding.de>
|
||||
|
||||
.PHONY: gen_const
|
||||
|
||||
install:
|
||||
$(MAKE) gen_const
|
||||
cd unicorn_gem && rake build
|
||||
cd unicorn_gem && gem install --local pkg/unicorn-0.9.0.gem
|
||||
|
||||
gen_const:
|
||||
cd .. && python const_generator.py ruby
|
||||
Reference in New Issue
Block a user