aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe9
1 files changed, 9 insertions, 0 deletions
diff --git a/Recipe b/Recipe
index 847ca73..7510d57 100644
--- a/Recipe
+++ b/Recipe
@@ -135,3 +135,12 @@ FORCE:
fi
!end
!specialobj osx version
+
+# make install for Unix.
+!begin gtk
+install:
+ for i in cube net netslide fifteen sixteen twiddle \
+ pattern rect solo mines samegame flip; do \
+ $(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i; \
+ done
+!end