cross-stitch

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

commit 0820da000ca07c035be193a3cf9b8e68ff4d6386
parent 9f7ba6acfd6724f6b5d8731f6cfa93a6e9fbb641
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sat, 15 Feb 2014 00:26:44 +0100

removed old build targets

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

diff --git a/Makefile b/Makefile @@ -1,9 +1 @@ -README.rst: generate-readme.sh cross-stitch.py fisker-pattern.png - @bash $< $@ -fisker-pattern.png: cross-stitch.py fiskeren.jpg - @python $< -i fiskeren.jpg -o $@ -w 80 -c 16 - -clean: - $(RM) README.rst - $(RM) fisker-pattern.png