]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/operations/operations.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / ui / operations / operations.factor
index 8b4817dcacb41c15ec1e555eddbb9a087eca1df6..3e0b36486eb3cac4fd124aa3ea687255b693d675 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2006, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays definitions kernel ui.commands
-ui.gestures sequences strings math words generic namespaces
+ui.gestures sequences strings math words generic namespaces make
 hashtables help.markup quotations assocs ;
 IN: ui.operations