mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -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
375 B
Makefile
20 lines
375 B
Makefile
# -*- makefile -*-
|
|
|
|
inertia : [X] GTK COMMON inertia inertia-icon|no-icon
|
|
|
|
inertia : [G] WINDOWS COMMON inertia inertia.res|noicon.res
|
|
|
|
ALL += inertia[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += inertia
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(inertia) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
inertia:inertia.exe:Inertia:Gem-collecting puzzle:Collect all the gems without running into any of the mines.
|
|
!end
|