diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-01-13 14:59:15 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-01-13 14:59:15 +0000 |
| commit | 5732aa6c6fb93026331014de0ec917cea8095f91 (patch) | |
| tree | 233f9436bed8d46d7e98dcdbacd7dccb80d8ca93 /icons/Makefile | |
| parent | 2f8dba92578933228d0f6d2d817af5b8a5c1bf3a (diff) | |
| download | puzzles-5732aa6c6fb93026331014de0ec917cea8095f91.zip puzzles-5732aa6c6fb93026331014de0ec917cea8095f91.tar.gz puzzles-5732aa6c6fb93026331014de0ec917cea8095f91.tar.bz2 puzzles-5732aa6c6fb93026331014de0ec917cea8095f91.tar.xz | |
Icon for Unequal.
[originally from svn r7101]
Diffstat (limited to 'icons/Makefile')
| -rw-r--r-- | icons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |