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

set -xe

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