bgfx/examples/17-drawstress/makefile

13 lines
322 B
Makefile
Raw Normal View History

2014-01-19 11:43:16 +04:00
#
2015-01-03 01:43:11 +03:00
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
2014-01-19 11:43:16 +04:00
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
2014-09-11 08:48:08 +04:00
include ../../scripts/shader-embeded.mk
2014-01-19 11:43:16 +04:00
2014-12-11 11:00:07 +03:00
droidsans.ttf.h: ../runtime/font/droidsans.ttf
bin2c -f $(<) -o $(@) -n s_droidSansTtf
rebuild: droidsans.ttf.h
@make -s --no-print-directory clean all