aboutsummaryrefslogtreecommitdiff
path: root/build
blob: f03b87e580872d87e7d17c24c15b57be2caac236 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env sh

set -xe

sbcl --non-interactive \
     --load "./bob.lisp" \
     --eval "(bob:build)"