diff options
| author | Simon Tatham <anakin@pobox.com> | 2013-03-31 22:06:07 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2013-03-31 22:06:07 +0000 |
| commit | 76824e16925df7d4aceae5f382bf53ddc55b94a0 (patch) | |
| tree | fea019ba13a2fcc3a06b230dff3848f159270d15 /icons | |
| parent | 742cf3a4434e65e1b83ca4d5510d329703665839 (diff) | |
| download | puzzles-76824e16925df7d4aceae5f382bf53ddc55b94a0.zip puzzles-76824e16925df7d4aceae5f382bf53ddc55b94a0.tar.gz puzzles-76824e16925df7d4aceae5f382bf53ddc55b94a0.tar.bz2 puzzles-76824e16925df7d4aceae5f382bf53ddc55b94a0.tar.xz | |
Fix the icon makefile in the wake of r9795.
[originally from svn r9797]
[r9795 == 3fc5a644a72e747b1f88125b38b2f178a9bc7ed3]
Diffstat (limited to 'icons')
| -rw-r--r-- | icons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/Makefile b/icons/Makefile index 6dcc33d..3f3dbf6 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -82,7 +82,7 @@ solo-ibase.png : override CROP=481x481 145x145+24+24 tents-ibase.png : override CROP=320x320 165x165+142+0 towers-ibase.png : override CROP=300x300 102x102+151+6 twiddle-ibase.png : override CROP=192x192 102x102+69+21 -undead-ibase.png : override CROP=448x512 192x192+32+96 +undead-ibase.png : override CROP=416x480 192x192+16+80 unequal-ibase.png : override CROP=208x208 104x104+104+104 untangle-ibase.png : override CROP=320x320 164x164+3+116 $(IBASE): %-ibase.png: %-base.png |