blob: 965ac34d30200b701d9ffebf615c52c009b6a9a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Copyright 2011-2016 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
|