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
455 B
Makefile
22 lines
455 B
Makefile
# -*- makefile -*-
|
|
|
|
UNTANGLE_EXTRA = tree234
|
|
|
|
untangle : [X] GTK COMMON untangle UNTANGLE_EXTRA untangle-icon|no-icon
|
|
|
|
untangle : [G] WINDOWS COMMON untangle UNTANGLE_EXTRA untangle.res|noicon.res
|
|
|
|
ALL += untangle[COMBINED] UNTANGLE_EXTRA
|
|
|
|
!begin am gtk
|
|
GAMES += untangle
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(untangle) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
untangle:untangle.exe:Untangle:Planar graph layout puzzle:Reposition the points so that the lines do not cross.
|
|
!end
|