trivial-build

MIT

Compile a system into an executable.

$ area51 add trivial-buildCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-build:some-function ...)