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

View file

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