shithub: puzzles

Download patch

ref: 2ce863a76db65caa72245543041d56aa487d5337
parent: a46e3266558eaf5cd18ac2a6322af65c196c3655
author: Simon Tatham <anakin@pobox.com>
date: Thu Jun 23 14:05:19 EDT 2005

And forgot to add guess to the Unix make install target! I need a list.

[originally from svn r5998]

--- a/Recipe
+++ b/Recipe
@@ -142,7 +142,7 @@
 !begin gtk
 install:
 	for i in cube net netslide fifteen sixteen twiddle \
-	         pattern rect solo mines samegame flip; do \
+	         pattern rect solo mines samegame flip guess; do \
 		$(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i; \
 	done
 !end