dos33fsprogs/graphics/hgr/hgr_font_4am/fonts/Makefile

8 lines
176 B
Makefile
Raw Normal View History

PNG2FONT = ../../../../utils/hgr-utils/png2font
all: a2_lowercase_font.inc
a2_lowercase_font.inc: a2_lowercase.png
$(PNG2FONT) -i a2_lowercase.png > a2_lowercase_font.inc