Fixed the Makefile
This commit is contained in:
parent
9c96f4f370
commit
85fffca04d
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -1,11 +1,10 @@
|
|||
|
||||
all: genponies
|
||||
|
||||
genpngs:
|
||||
genpngs: ponies/*
|
||||
mkdir genpngs
|
||||
unpixelterm -d genpngs ponies/*.pony
|
||||
|
||||
genponies:
|
||||
mkdir ponysay/ponies
|
||||
genponies: pngs/*
|
||||
pixelterm -d ponysay/ponies pngs/*.png
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue