Files
puzzles/sixteen.R
Simon Tatham e3a8e64812 Put the game summaries from the website into gamedesc.txt.
More sensible to bring all the pieces of per-puzzle descriptive text
together into one place, so they can be easily reused everywhere
they're needed.
2015-01-13 19:54:46 +00:00

20 lines
378 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:Slide a row at a time to arrange the tiles into order.
!end