And forgot to add guess to the Unix make install target! I need a list.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 23 Jun 2005 18:05:19 +0000 (18:05 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 23 Jun 2005 18:05:19 +0000 (18:05 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5998 cda61777-01e9-0310-a592-d414129be87e

Recipe

diff --git a/Recipe b/Recipe
index ab7b3c9..a772e80 100644 (file)
--- 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