mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 13:32:59 +01:00
Updated makefile.
This commit is contained in:
4
makefile
4
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/
|
||||
|
||||
Reference in New Issue
Block a user