]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/state-machine/state-machine.factor
Updating code for make and fry changes
[factor.git] / extra / state-machine / state-machine.factor
index 6a785e91b7a0fd7a61620debb1d3372092dc5dbb..37e12a6993eb67a8d96d3368c8ef2d2a6fcefb1c 100755 (executable)
@@ -1,4 +1,4 @@
-USING: kernel parser lexer strings math namespaces
+USING: kernel parser lexer strings math namespaces make
 sequences words io arrays quotations debugger accessors
 sequences.private ;
 IN: state-machine