Fixed setup stuff. Python setuptools really is a pain.
This commit is contained in:
parent
ea24fc5026
commit
26bf093af7
148 changed files with 13 additions and 191 deletions
8
Makefile
8
Makefile
|
|
@ -1,11 +1,11 @@
|
|||
|
||||
all: genponies
|
||||
|
||||
genpngs: ponies/*
|
||||
genpngs:
|
||||
mkdir genpngs
|
||||
unpixelterm -d genpngs ponies/*.pony
|
||||
|
||||
genponies: pngs/*
|
||||
mkdir genponies
|
||||
pixelterm -d genponies pngs/*.png
|
||||
genponies:
|
||||
mkdir ponysay/ponies
|
||||
pixelterm -d ponysay/ponies pngs/*.png
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue