aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/build b/build
index e24c84e..f03b87e 100755
--- a/build
+++ b/build
@@ -1,5 +1,7 @@
#!/usr/bin/env sh
set -xe
-sbcl --load "./bob.lisp" \
+
+sbcl --non-interactive \
+ --load "./bob.lisp" \
--eval "(bob:build)"