Files
puzzles/fifteen.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
314 B
Makefile

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