aboutsummaryrefslogtreecommitdiffstats
path: root/bundle.lisp
AgeCommit message (Collapse)Author
2022-05-22bundle.lisp: Include :com.inuoe.jzon dependenciesTeddy Wing
Since :com.inuoe.jzon is a local dependency, its dependencies weren't being added to the bundle. Include them as well. We don't need to add a line for :sysexits as it doesn't have any dependencies.
2022-05-22Makefile: Bundle dependencies for packagingTeddy Wing
Since I can't load Quicklisp dependencies when building with Homebrew or MacPorts, do `(ql:bundle-systems)` to create a bundle that includes all dependencies and can be packaged into a tarball for building from package managers.