makefile 325 B

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