Files
puzzles/flip.R
Simon Tatham c06792c076 Add a mechanism to the automake system to allow 'make install' to only
install the actual games, not the auxiliary binaries or nullgame.

[originally from svn r9887]
2013-06-30 10:16:57 +00:00

22 lines
340 B
Makefile

# -*- makefile -*-
FLIP_EXTRA = tree234
flip : [X] GTK COMMON flip FLIP_EXTRA flip-icon|no-icon
flip : [G] WINDOWS COMMON flip FLIP_EXTRA flip.res|noicon.res
ALL += flip[COMBINED] FLIP_EXTRA
!begin am gtk
GAMES += flip
!end
!begin >list.c
A(flip) \
!end
!begin >gamedesc.txt
flip:flip.exe:Flip:Tile inversion puzzle
!end