X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/f4afe2069b1c51f0982069c13ac6679ea7a3ce00..5d8c6c556982ae44f786d14a6d641182ced15043:/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