From be4bd0a7b0d3e68bc704f31c91a9f4015849fed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 22 Jun 2016 19:56:13 -0700 Subject: [PATCH] Updated makefile. --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 965de58a2..82a054ffa 100644 --- a/makefile +++ b/makefile @@ -25,6 +25,7 @@ endif BX_DIR?=../bx GENIE?=$(BX_DIR)/tools/bin/$(OS)/genie +NINJA?=$(BX_DIR)/tools/bin/$(OS)/ninja .PHONY: help @@ -276,6 +277,9 @@ build: build-$(OS) rebuild-shaders: $(MAKE) -R -C examples rebuild +assets: # Build assets. + $(NINJA) -C scripts + analyze: cppcheck src/ cppcheck examples/