X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/149255d7ed0f808783624fcaaf8c3449cf99c851..0d926fd40b125ee39a680b6a9177238d40dc0033:/icons/Makefile diff --git a/icons/Makefile b/icons/Makefile index ce79dc9..5953a1b 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -2,7 +2,7 @@ PUZZLES = blackbox bridges cube dominosa fifteen flip guess inertia lightup \ loopy map mines net netslide pattern pegs rect samegame sixteen \ - slant solo tents twiddle untangle + slant solo tents twiddle unequal untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) @@ -71,6 +71,7 @@ slant-ibase.png : override CROP=321x321 160x160+160+160 solo-ibase.png : override CROP=321x321 97x97+16+16 tents-ibase.png : override CROP=320x320 165x165+142+0 twiddle-ibase.png : override CROP=192x192 102x102+69+21 +unequal-ibase.png : override CROP=208x208 104x104+104+104 untangle-ibase.png : override CROP=320x320 164x164+3+116 $(IBASE): %-ibase.png: %-base.png $(PIC)crop.sh $^ $@ $(CROP)