added try-compile

cvs
Doug Coleman 2005-10-18 18:37:42 +00:00
parent 494bafcf5c
commit befabc5fee
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
IN: crypto
USING: parser sequences ;
USING: parser sequences words compiler ;
[
"contrib/crypto/common.factor"
"contrib/crypto/md5.factor"
"contrib/crypto/sha1.factor"
] [ run-file ] each
"crypto" words [ try-compile ] each