https://git.spwbk.site/swatson/cl-pest/raw/master/build.lisp
___________________________________
(load "./pest.asd")
(asdf:load-system 'pest)
(sb-ext:save-lisp-and-die
"pest"
:compression NIL
:toplevel 'main
:executable T)