cross-stitch

Interactively turn images into patterns for cross stitching
git clone git://src.adamsgaard.dk/cross-stitch
Log | Files | Refs

commit e1dfe65458fcee0a8495a2491127ba496a842c73
parent f90b03d4113e5f5c3ba35be19d8540d316b51f7e
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sat, 15 Feb 2014 11:29:19 +0100

Added build instructions for Mac to Makefile

Diffstat:
MMakefile | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1 +1,9 @@ +SOURCE=cross-stitch.py +mac: + py2applet --make-setup $(SOURCE) + rm -rf build dist + #python setup.py py2app -A + python setup.py py2app + zip -r dist/cross-stitch-osx.zip dist/cross-stitch.app + scp dist/cross-stitch-osx.zip fh.cs.au.dk:~/public_html_cs/files/