bgfx/examples/17-drawstress/makefile

13 lines
322 B
Makefile
Raw Normal View History

2014-01-19 02:43:16 -05:00
#
2014-02-11 01:18:39 -05:00
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
2014-01-19 02:43:16 -05:00
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
2014-09-11 00:48:08 -04:00
include ../../scripts/shader-embeded.mk
2014-01-19 02:43:16 -05:00
2014-12-11 03:00:07 -05: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