Files
puzzles/range.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
427 B
Makefile

# -*- makefile -*-
RANGE_EXTRA = dsf
range : [X] GTK COMMON range RANGE_EXTRA range-icon|no-icon
range : [G] WINDOWS COMMON range RANGE_EXTRA range.res|noicon.res
ALL += range[COMBINED] RANGE_EXTRA
!begin am gtk
GAMES += range
!end
!begin >list.c
A(range) \
!end
!begin >gamedesc.txt
range:range.exe:Range:Visible-distance puzzle:Place black squares to limit the visible distance from each numbered cell.
!end