dos33fsprogs/graphics/hgr/fake_bios/fonts/Makefile
2023-08-28 21:00:38 -04:00

11 lines
189 B
Makefile

PNG2FONT = ../../../../utils/hgr-utils/png2font
all: a2_cga_thin.inc
a2_cga_thin.inc: a2_cga_thin.png
$(PNG2FONT) -i -o 0x13 a2_cga_thin.png > a2_cga_thin.inc
clean:
rm -f *~ *.inc