font-specimen-generator/Makefile

6 lines
66 B
Makefile

all:
rm -rf out||:
mkdir out
python3 test.py
rm /tmp/*.ttf||: