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

23 lines
507 B
Makefile

# -*- makefile -*-
pattern : [X] GTK COMMON pattern pattern-icon|no-icon
pattern : [G] WINDOWS COMMON pattern pattern.res|noicon.res
patternsolver : [U] pattern[STANDALONE_SOLVER] STANDALONE
patternsolver : [C] pattern[STANDALONE_SOLVER] STANDALONE
ALL += pattern[COMBINED]
!begin am gtk
GAMES += pattern
!end
!begin >list.c
A(pattern) \
!end
!begin >gamedesc.txt
pattern:pattern.exe:Pattern:Pattern puzzle:Fill in the pattern in the grid, given only the lengths of runs of black squares.
!end