bgfx/examples/17-drawstress/makefile
Branimir Karadžić 40f68757f8 Cleanup.
2014-12-11 00:00:07 -08:00

12 lines
322 B
Makefile

#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
include ../../scripts/shader-embeded.mk
droidsans.ttf.h: ../runtime/font/droidsans.ttf
bin2c -f $(<) -o $(@) -n s_droidSansTtf
rebuild: droidsans.ttf.h
@make -s --no-print-directory clean all