From ceb12cb0804d437c4b4acd1540cfed0a621c5bcf Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 7 Jan 2010 18:42:00 +0000 Subject: 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] --- icons/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'icons/Makefile') 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)) -- cgit v1.1