And forgot to add guess to the Unix make install target! I need a list.

[originally from svn r5998]
This commit is contained in:
Simon Tatham
2005-06-23 18:05:19 +00:00
parent a46e326655
commit 2ce863a76d

2
Recipe
View File

@ -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