Files
puzzles/samegame.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
397 B
Makefile

# -*- makefile -*-
samegame : [X] GTK COMMON samegame samegame-icon|no-icon
samegame : [G] WINDOWS COMMON samegame samegame.res|noicon.res
ALL += samegame[COMBINED]
!begin am gtk
GAMES += samegame
!end
!begin >list.c
A(samegame) \
!end
!begin >gamedesc.txt
samegame:samegame.exe:Same Game:Block-clearing puzzle:Clear the grid by removing touching groups of the same colour squares.
!end