Fix comment
[jscl.git] / make.sh
1 #!/bin/sh
2
3 BASE=`dirname $0`
4
5 sbcl --load "$BASE/jscl.lisp" --eval '(jscl:bootstrap)' --eval '(quit)'