diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-01-11 21:21:07 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-01-11 21:21:07 +0000 |
| commit | 58e0d0bc2da319fb77f1337211ef6ef651f851f0 (patch) | |
| tree | e070345ed1569c66c31cebcc0dd001234e46d544 /icons/Makefile | |
| parent | 771f5446a8c81584bc2d700e0f991eb727b85b9e (diff) | |
| download | puzzles-58e0d0bc2da319fb77f1337211ef6ef651f851f0.zip puzzles-58e0d0bc2da319fb77f1337211ef6ef651f851f0.tar.gz puzzles-58e0d0bc2da319fb77f1337211ef6ef651f851f0.tar.bz2 puzzles-58e0d0bc2da319fb77f1337211ef6ef651f851f0.tar.xz | |
New puzzle from James Harvey: 'Singles', an implementation of
Hitori. One infrastructure change in the process: latin.c has
acquired a utility function to generate a latin rectangle rather
than a full square.
[originally from svn r8828]
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 3cb67a4..282a60a 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -2,8 +2,8 @@ PUZZLES = blackbox bridges cube dominosa fifteen filling flip galaxies guess \ inertia keen lightup loopy map mines net netslide pattern pegs \ - rect samegame sixteen slant solo tents towers twiddle unequal \ - untangle + rect samegame singles sixteen slant solo tents towers twiddle \ + unequal untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) @@ -70,6 +70,7 @@ netslide-ibase.png : override CROP=289x289 144x144+0+0 pattern-ibase.png : override CROP=384x384 223x223+0+0 pegs-ibase.png : override CROP=263x263 147x147+116+0 rect-ibase.png : override CROP=205x205 115x115+90+0 +singles-ibase.png : override CROP=224x224 98x98+15+15 sixteen-ibase.png : override CROP=288x288 144x144+144+144 slant-ibase.png : override CROP=321x321 160x160+160+160 solo-ibase.png : override CROP=481x481 145x145+24+24 |