eb4dc61c66
* added methods for uc_context_save, uc_context_restore * added test for context_save * changed version of the lib
12 lines
305 B
Makefile
12 lines
305 B
Makefile
# Ruby binding for Unicorn engine. Sascha Schirra <sashs@scoding.de>
|
|
|
|
.PHONY: gen_const
|
|
|
|
# Use bundle install && rake to install gem and test
|
|
install: gen_const
|
|
cd unicorn_gem && rake build
|
|
cd unicorn_gem && gem install --local pkg/unicorn-1.0.0.gem
|
|
|
|
gen_const:
|
|
cd .. && python const_generator.py ruby
|