From a585bac7935a6473c73d30bcb383be69a9c139a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 21 Dec 2017 15:05:10 -0800 Subject: [PATCH] Fixed typo. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index e621e0418..ccc7ffa46 100644 --- a/makefile +++ b/makefile @@ -41,7 +41,7 @@ clean: ## Clean all intermediate files. projgen: ## Generate project files for all configurations. $(GENIE) --with-tools --with-combined-examples --with-shared-lib vs2015 $(GENIE) --with-tools --with-combined-examples --with-shared-lib vs2017 - $(GENIE) --with-tools --with-combined-examples --vs=wwinstore100 vs2017 + $(GENIE) --with-tools --with-combined-examples --vs=winstore100 vs2017 $(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=mingw-gcc gmake $(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=linux-gcc gmake $(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=osx gmake