From 03b2fbfbcb95c464d0ccb3f6808469ace02f3f8e Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 15 Oct 2015 16:23:14 +0800 Subject: [PATCH] enable gen_const for .NET in bindings/Makefile --- bindings/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/Makefile b/bindings/Makefile index d004735a..652a6457 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -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