This repository has been archived on 2025-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cantedraw/build

9 lines
128 B
Bash
Executable File

#!/usr/bin/env sh
set -xe
rm -f ./bin/cantedraw
sbcl --non-interactive \
--load "./bob.lisp" \
--eval "(bob:build)"