diff options
| author | Simon Tatham <anakin@pobox.com> | 2009-12-27 10:01:23 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2009-12-27 10:01:23 +0000 |
| commit | 514bd502be62be1b645e13488740fd34f8674d47 (patch) | |
| tree | 061ed80d3c869b7fb382f31518a724eacc59612d /icons/Makefile | |
| parent | a79ab3494119f2544f5ad05637e629ec703be4c5 (diff) | |
| download | puzzles-514bd502be62be1b645e13488740fd34f8674d47.zip puzzles-514bd502be62be1b645e13488740fd34f8674d47.tar.gz puzzles-514bd502be62be1b645e13488740fd34f8674d47.tar.bz2 puzzles-514bd502be62be1b645e13488740fd34f8674d47.tar.xz | |
New puzzle! 'Keen', a clone of KenKen.
[originally from svn r8796]
Diffstat (limited to 'icons/Makefile')
| -rw-r--r-- | icons/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/icons/Makefile b/icons/Makefile index 05a2037..edd8f87 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -1,8 +1,8 @@ # Makefile for Puzzles icons. PUZZLES = blackbox bridges cube dominosa fifteen filling flip galaxies guess \ - inertia lightup loopy map mines net netslide pattern pegs rect \ - samegame sixteen slant solo tents twiddle unequal untangle + inertia keen lightup loopy map mines net netslide pattern pegs \ + rect samegame sixteen slant solo tents twiddle unequal untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) @@ -60,6 +60,7 @@ flip-ibase.png : override CROP=288x288 145x145+120+72 galaxies-ibase.png : override CROP=288x288 165x165+0+0 guess-ibase.png : override CROP=263x420 178x178+75+17 inertia-ibase.png : override CROP=321x321 128x128+193+0 +keen-ibase.png : override CROP=288x288 96x96+24+120 lightup-ibase.png : override CROP=256x256 112x112+144+0 loopy-ibase.png : override CROP=257x257 113x113+0+0 mines-ibase.png : override CROP=240x240 110x110+130+130 |