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

22 lines
477 B
Makefile

# -*- makefile -*-
SEPARATE_EXTRA = divvy dsf
separate : [X] GTK COMMON separate SEPARATE_EXTRA separate-icon|no-icon
separate : [G] WINDOWS COMMON separate SEPARATE_EXTRA separate.res|noicon.res
ALL += separate[COMBINED] SEPARATE_EXTRA
!begin am gtk
GAMES += separate
!end
!begin >list.c
A(separate) \
!end
!begin >gamedesc.txt
separate:separate.exe:Separate:Rectangle-dividing puzzle:Partition the grid into regions containing one of each letter.
!end