Files
puzzles/unfinished/sokoban.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
351 B
Makefile

# -*- makefile -*-
sokoban : [X] GTK COMMON sokoban sokoban-icon|no-icon
sokoban : [G] WINDOWS COMMON sokoban sokoban.res?
ALL += sokoban[COMBINED]
!begin am gtk
GAMES += sokoban
!end
!begin >list.c
A(sokoban) \
!end
!begin >gamedesc.txt
sokoban:sokoban.exe:Sokoban:Barrel-pushing puzzle:Push all the barrels into the target squares.
!end