Files
puzzles/rect.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
352 B
Makefile

# -*- makefile -*-
rect : [X] GTK COMMON rect rect-icon|no-icon
rect : [G] WINDOWS COMMON rect rect.res|noicon.res
ALL += rect[COMBINED]
!begin am gtk
GAMES += rect
!end
!begin >list.c
A(rect) \
!end
!begin >gamedesc.txt
rect:rect.exe:Rectangles:Rectangles puzzle:Divide the grid into rectangles with areas equal to the numbers.
!end