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.
25 lines
565 B
Makefile
25 lines
565 B
Makefile
# -*- makefile -*-
|
|
|
|
SOLO_EXTRA = divvy dsf
|
|
|
|
solo : [X] GTK COMMON solo SOLO_EXTRA solo-icon|no-icon
|
|
|
|
solo : [G] WINDOWS COMMON solo SOLO_EXTRA solo.res|noicon.res
|
|
|
|
solosolver : [U] solo[STANDALONE_SOLVER] SOLO_EXTRA STANDALONE
|
|
solosolver : [C] solo[STANDALONE_SOLVER] SOLO_EXTRA STANDALONE
|
|
|
|
ALL += solo[COMBINED] SOLO_EXTRA
|
|
|
|
!begin am gtk
|
|
GAMES += solo
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(solo) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
solo:solo.exe:Solo:Number placement puzzle:Fill in the grid so that each row, column and square block contains one of every digit.
|
|
!end
|