enable gen_const for .NET in bindings/Makefile

This commit is contained in:
Nguyen Anh Quynh 2015-10-15 16:23:14 +08:00
parent 7dae96c428
commit 03b2fbfbcb
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ all:
cd python && $(MAKE) gen_const
cd go && $(MAKE) gen_const
cd java && $(MAKE) gen_const
python const_generator.py dotnet
samples: expected python