From d74d3f26d8dddaefe90868982eb30ea54fb2e5f5 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 18 Jun 2005 08:36:52 +0000 Subject: I'm sick of not having a `make install' target. [originally from svn r5973] --- Recipe | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Recipe') 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 -- cgit v1.1