10 lines
148 B
Makefile
10 lines
148 B
Makefile
|
|
all: genponies
|
|
|
|
genpngs: ponies/*
|
|
mkdir genpngs
|
|
unpixelterm -d genpngs ponies/*.pony
|
|
|
|
genponies: pngs/*
|
|
pixelterm -d ponysay/ponies pngs/*.png
|
|
|