diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-14 20:39:00 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-14 20:39:00 +0000 |
commit | d328bfbbdf0f9853ec600d71c4372e843dcdbf8f (patch) | |
tree | 7eedecb26a7022d723f46c5396ec12eee147b030 /build | |
parent | fba391a6e80db15926db79a3cf889ed096fb7849 (diff) | |
download | cantedraw-d328bfbbdf0f9853ec600d71c4372e843dcdbf8f.tar.gz cantedraw-d328bfbbdf0f9853ec600d71c4372e843dcdbf8f.tar.bz2 cantedraw-d328bfbbdf0f9853ec600d71c4372e843dcdbf8f.zip |
Adjust Bob so we can use quickload the project to get all dependencies
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ #!/usr/bin/env sh set -xe -sbcl --load "./bob.lisp" \ + +sbcl --non-interactive \ + --load "./bob.lisp" \ --eval "(bob:build)" |