From: Simon Tatham Date: Thu, 23 Jun 2005 18:05:19 +0000 (+0000) Subject: And forgot to add guess to the Unix make install target! I need a list. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=2ce863a76db65caa72245543041d56aa487d5337;p=sgt-puzzles.git And forgot to add guess to the Unix make install target! I need a list. [originally from svn r5998] --- diff --git a/Recipe b/Recipe index ab7b3c9..a772e80 100644 --- a/Recipe +++ b/Recipe @@ -142,7 +142,7 @@ FORCE: !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