bgfx/examples/17-drawstress/makefile

19 lines
554 B
Makefile
Raw Normal View History

2014-01-19 02:43:16 -05:00
#
2016-02-29 22:58:17 -05:00
# Copyright 2011-2016 Branimir Karadzic. All rights reserved.
2014-01-19 02:43:16 -05:00
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
2016-02-29 22:58:17 -05:00
BGFX_DIR=../..
RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
BUILD_DIR=../../.build
include $(BGFX_DIR)/scripts/shader.mk
2014-01-19 02:43:16 -05:00
2015-01-24 02:02:56 -05:00
rebuild:
2016-02-29 22:58:17 -05:00
@make -s --no-print-directory TARGET=0 clean all
@make -s --no-print-directory TARGET=1 clean all
@make -s --no-print-directory TARGET=2 clean all
@make -s --no-print-directory TARGET=3 clean all
@make -s --no-print-directory TARGET=4 clean all
@make -s --no-print-directory TARGET=5 clean all