aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-04-27 17:44:30 +0000
committerSimon Tatham <anakin@pobox.com>2004-04-27 17:44:30 +0000
commitd99e217cfb12f40dd7dbc26146ef287f9f9020fc (patch)
tree531dd9d2e94f62ba974f8a9ddab2222c2eba2d8b /Recipe
parent9867234e70002b8252a48c2bc023875ff87b8ca1 (diff)
downloadpuzzles-d99e217cfb12f40dd7dbc26146ef287f9f9020fc.zip
puzzles-d99e217cfb12f40dd7dbc26146ef287f9f9020fc.tar.gz
puzzles-d99e217cfb12f40dd7dbc26146ef287f9f9020fc.tar.bz2
puzzles-d99e217cfb12f40dd7dbc26146ef287f9f9020fc.tar.xz
Implemented Cube, in a sufficiently general way that it also handles
the tetrahedron, octahedron and icosahedron. [originally from svn r4151]
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/Recipe b/Recipe
index 5a3567e..48f3e68 100644
--- a/Recipe
+++ b/Recipe
@@ -15,7 +15,7 @@ COMMON = midend malloc
NET = net random tree234
net : [X] gtk COMMON NET
-#cube : [X] gtk COMMON CUBE
+cube : [X] gtk COMMON cube
#net : [G] windows COMMON NET
-#cube : [G] windows COMMON CUBE
+#cube : [G] windows COMMON cube