add command to create constants file for ruby
This commit is contained in:
parent
c59e06d798
commit
2c82671704
|
@ -19,6 +19,7 @@ build:
|
|||
$(MAKE) -C python gen_const
|
||||
$(MAKE) -C go gen_const
|
||||
$(MAKE) -C java gen_const
|
||||
$(MAKE) -C ruby gen_const
|
||||
python const_generator.py dotnet
|
||||
|
||||
install: build
|
||||
|
|
Loading…
Reference in New Issue