mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

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.
20 lines
351 B
Makefile
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
|