You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
embedded-various-fonts/data/Makefile

10 lines
149 B
Makefile

PNG!= find . -type f -name '*.png'
RAW = ${PNG:.png=.raw}
all: ${RAW}
.SUFFIXES: .png .raw
.png.raw:
convert ${.IMPSRC} -depth 1 gray:${.TARGET}