Import script to create the quicklisp bundle for usocket and cl+ssl libraries
1 files changed, 2 insertions(+), 0 deletions(-) A make-bundle.lisp
A make-bundle.lisp => make-bundle.lisp +2 -0
@@ 0,0 1,2 @@ +(ql:bundle-systems '("usocket" "cl+ssl") :to "3rdparties/") +(quit)