run builder as an app and make a executable

This commit is contained in:
David Botton 2022-08-22 22:35:23 -04:00
parent 241c9953a8
commit b5c33af83e
4 changed files with 25 additions and 5 deletions

View file

@ -1 +1 @@
sbcl --eval "(ql:quickload :clog/tools)" --eval "(clog-tools:clog-builder)"
sbcl --eval "(ql:quickload :clog/tools)" --eval "(clog-tools:clog-builder :app t)"