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
365 B
Makefile
20 lines
365 B
Makefile
# -*- makefile -*-
|
|
|
|
fifteen : [X] GTK COMMON fifteen fifteen-icon|no-icon
|
|
|
|
fifteen : [G] WINDOWS COMMON fifteen fifteen.res|noicon.res
|
|
|
|
ALL += fifteen[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += fifteen
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(fifteen) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
fifteen:fifteen.exe:Fifteen:Sliding block puzzle:Slide the tiles around to arrange them into order.
|
|
!end
|