mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 14:48:21 +00:00
add command to create constants file for ruby
This commit is contained in:
parent
c59e06d798
commit
2c82671704
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ build:
|
||||||
$(MAKE) -C python gen_const
|
$(MAKE) -C python gen_const
|
||||||
$(MAKE) -C go gen_const
|
$(MAKE) -C go gen_const
|
||||||
$(MAKE) -C java gen_const
|
$(MAKE) -C java gen_const
|
||||||
|
$(MAKE) -C ruby gen_const
|
||||||
python const_generator.py dotnet
|
python const_generator.py dotnet
|
||||||
|
|
||||||
install: build
|
install: build
|
||||||
|
|
Loading…
Reference in a new issue