mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 18:18:14 +00:00
12 lines
261 B
Makefile
12 lines
261 B
Makefile
|
# 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
|