This simplifies cleaning.
(load-option 'CREF)
(load-option 'FFI)
(compile-file "blowfish" '() (->environment '(RUNTIME)))
-(cref/generate-constructors "blowfish" 'ALL)
\ No newline at end of file
+(cref/generate-constructors "blowfish")
\ No newline at end of file
(load-option 'CREF)
(load-option 'FFI)
(compile-file "gdbm" '() (->environment '(RUNTIME)))
-(cref/generate-constructors "gdbm" 'ALL)
\ No newline at end of file
+(cref/generate-constructors "gdbm")
\ No newline at end of file
(load-option 'CREF)
(load-option 'FFI)
(compile-file "mcrypt" '() (->environment '(RUNTIME)))
-(cref/generate-constructors "mcrypt" 'ALL)
\ No newline at end of file
+(cref/generate-constructors "mcrypt")
\ No newline at end of file
(load-option 'CREF)
(load-option 'FFI)
(compile-file "md5" '() (->environment '(RUNTIME)))
-(cref/generate-constructors "md5" 'ALL)
\ No newline at end of file
+(cref/generate-constructors "md5")
\ No newline at end of file
(load-option 'CREF)
(load-option 'FFI)
(compile-file "mhash" '() (->environment '(RUNTIME)))
-(cref/generate-constructors "mhash" 'ALL)
\ No newline at end of file
+(cref/generate-constructors "mhash")
\ No newline at end of file