diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-01-07 18:42:00 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-01-07 18:42:00 +0000 |
| commit | ceb12cb0804d437c4b4acd1540cfed0a621c5bcf (patch) | |
| tree | e98bd3b276abbbc14aa41cf16a8101bd75ea8bc0 /icons/Makefile | |
| parent | 7c3413a2f2ab0d22f4e43c92a9c215bc24f88baf (diff) | |
| download | puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.zip puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.tar.gz puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.tar.bz2 puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.tar.xz | |
New puzzle, again using the revised latin.c: 'Towers', a clone of a
latin-square puzzle which I've seen described by several names but
the most common is 'Skyscrapers'.
[originally from svn r8816]
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 edd8f87..350fd7c 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -2,7 +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 twiddle unequal untangle + rect samegame sixteen slant solo tents towers twiddle unequal \ + untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) |