add command to create constants file for ruby

This commit is contained in:
Sascha Schirra 2016-10-22 17:02:35 +02:00
parent c59e06d798
commit 2c82671704
1 changed files with 1 additions and 0 deletions

View File

@ -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