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.
22 lines
476 B
Makefile
22 lines
476 B
Makefile
# -*- makefile -*-
|
|
|
|
unruly : [X] GTK COMMON unruly unruly-icon|no-icon
|
|
unruly : [G] WINDOWS COMMON unruly unruly.res|noicon.res
|
|
|
|
unrulysolver : [U] unruly[STANDALONE_SOLVER] STANDALONE
|
|
unrulysolver : [C] unruly[STANDALONE_SOLVER] STANDALONE
|
|
|
|
ALL += unruly[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += unruly
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(unruly) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
unruly:unruly.exe:Unruly:Black and white grid puzzle:Fill in the black and white grid to avoid runs of three.
|
|
!end
|