From 2c826717046a2711d0f8f339f0d2bacd8d846893 Mon Sep 17 00:00:00 2001 From: Sascha Schirra Date: Sat, 22 Oct 2016 17:02:35 +0200 Subject: [PATCH] add command to create constants file for ruby --- bindings/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/Makefile b/bindings/Makefile index 3f4a8b89..dee75187 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -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