mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
12 lines
329 B
Makefile
12 lines
329 B
Makefile
#
|
|
# Copyright 2011-2015 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
|