]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/c/c.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / core / io / streams / c / c.factor
index de6d8519ca025ba1fc19a2aedef49b56d8b807bf..780d892d2e294dd0c928a71e6a6ada1136c6c365 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2004, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel kernel.private namespaces io io.encodings
+USING: kernel kernel.private namespaces make io io.encodings
 sequences math generic threads.private classes io.backend
 io.files continuations destructors byte-arrays accessors ;
 IN: io.streams.c