Adjust Bob so we can use quickload the project to get all dependencies

This commit is contained in:
2025-02-14 20:39:00 +00:00
parent fba391a6e8
commit d328bfbbdf
2 changed files with 9 additions and 5 deletions

4
build
View File

@@ -1,5 +1,7 @@
#!/usr/bin/env sh
set -xe
sbcl --load "./bob.lisp" \
sbcl --non-interactive \
--load "./bob.lisp" \
--eval "(bob:build)"