blob: a57f1e56fd8609ad7e9fd66f89ebe161fa081142 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# -*- 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
|