fnt2c: fnt2c.c
	${CC} ${COPT} ${CFLAGS} fnt2c.c
	mv ${AOUT} fnt2c

clean::
	rm -f fnt2c
