mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Cleanup.
This commit is contained in:
parent
3ccf3f70bb
commit
40f68757f8
2 changed files with 11884 additions and 11890 deletions
File diff suppressed because it is too large
Load diff
|
@ -5,6 +5,8 @@
|
|||
|
||||
include ../../scripts/shader-embeded.mk
|
||||
|
||||
rebuild:
|
||||
droidsans.ttf.h: ../runtime/font/droidsans.ttf
|
||||
bin2c -f $(<) -o $(@) -n s_droidSansTtf
|
||||
|
||||
rebuild: droidsans.ttf.h
|
||||
@make -s --no-print-directory clean all
|
||||
@bin2c -c --name s_droidSansTtf ../runtime/font/droidsans.ttf > droidsans.ttf.h
|
||||
|
|
Loading…
Reference in a new issue