dos33fsprogs/demos/second/part00_boot/fonts/Makefile
2023-10-06 00:21:16 -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