trivial-build
Compile a system into an executable.
$ area51 add trivial-buildCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-build:some-function ...)Compile a system into an executable.
$ area51 add trivial-buildCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-build:some-function ...)