From 7f039cad3cb755416585ea7ee93d08eae49a3bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Wed, 27 Feb 2019 19:55:55 -0800 Subject: [PATCH] Added idl to makefile. --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index a94b5506c..73931112f 100644 --- a/makefile +++ b/makefile @@ -56,6 +56,10 @@ projgen: ## Generate project files for all configurations. $(GENIE) --with-combined-examples --gcc=ios-simulator64 gmake $(GENIE) --with-combined-examples --gcc=rpi gmake +idl: ## Generate code from IDL. + @echo Generating code from IDL. + $(GENIE) idl + .build/projects/gmake-android-arm: $(GENIE) --gcc=android-arm gmake android-arm-debug: .build/projects/gmake-android-arm ## Build - Android ARM Debug