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
378 B
Makefile
20 lines
378 B
Makefile
# -*- makefile -*-
|
|
|
|
sixteen : [X] GTK COMMON sixteen sixteen-icon|no-icon
|
|
|
|
sixteen : [G] WINDOWS COMMON sixteen sixteen.res|noicon.res
|
|
|
|
ALL += sixteen[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += sixteen
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(sixteen) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
sixteen:sixteen.exe:Sixteen:Toroidal sliding block puzzle:Slide a row at a time to arrange the tiles into order.
|
|
!end
|