Files
puzzles/untangle.R
Simon Tatham e3a8e64812 Put the game summaries from the website into gamedesc.txt.
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.
2015-01-13 19:54:46 +00:00

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