chiark / gitweb /
And forgot to add guess to the Unix make install target! I need a list.
authorSimon Tatham <anakin@pobox.com>
Thu, 23 Jun 2005 18:05:19 +0000 (18:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 23 Jun 2005 18:05:19 +0000 (18:05 +0000)
[originally from svn r5998]

Recipe

diff --git a/Recipe b/Recipe
index ab7b3c9cc30ff6a9e8950d03a1526be63a943cc8..a772e805c8ae1cdad99289900ea56f6be91dddf9 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