Files
puzzles/flood.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
361 B
Makefile

# -*- makefile -*-
flood : [X] GTK COMMON flood flood-icon|no-icon
flood : [G] WINDOWS COMMON flood flood.res|noicon.res
ALL += flood[COMBINED]
!begin am gtk
GAMES += flood
!end
!begin >list.c
A(flood) \
!end
!begin >gamedesc.txt
flood:flood.exe:Flood:Flood-filling puzzle:Turn the grid the same colour in as few flood fills as possible.
!end