added try-compile
parent
494bafcf5c
commit
befabc5fee
|
@ -1,7 +1,10 @@
|
||||||
IN: crypto
|
IN: crypto
|
||||||
USING: parser sequences ;
|
USING: parser sequences words compiler ;
|
||||||
[
|
[
|
||||||
"contrib/crypto/common.factor"
|
"contrib/crypto/common.factor"
|
||||||
"contrib/crypto/md5.factor"
|
"contrib/crypto/md5.factor"
|
||||||
"contrib/crypto/sha1.factor"
|
"contrib/crypto/sha1.factor"
|
||||||
] [ run-file ] each
|
] [ run-file ] each
|
||||||
|
|
||||||
|
"crypto" words [ try-compile ] each
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue