Files
puzzles/sixteen.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

20 lines
323 B
Makefile

# -*- makefile -*-
sixteen : [X] GTK COMMON sixteen sixteen-icon|no-icon
sixteen : [G] WINDOWS COMMON sixteen sixteen.res|noicon.res
ALL += sixteen[COMBINED]
!begin am gtk
GAMES += sixteen
!end
!begin >list.c
A(sixteen) \
!end
!begin >gamedesc.txt
sixteen:sixteen.exe:Sixteen:Toroidal sliding block puzzle
!end