From 85fffca04d66b94da378c00ffcf664ea188748ed Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 16 Sep 2013 16:48:06 +0200 Subject: Fixed the Makefile --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0917cd0..9031ee8 100644 --- a/Makefile +++ b/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 -- cgit