aboutsummaryrefslogtreecommitdiffstats
path: root/bundle.lisp
AgeCommit message (Collapse)Author
2022-08-25Update copyright dates after bundle changesTeddy Wing
2022-08-25bundle.lisp: Remove `sysexits` from `local-dependencies` listTeddy Wing
Sysexits is now in Quicklisp so we don't need to load it here.
2022-08-23Makefile: Add self-contained bundle targetTeddy Wing
Add a target to create a self-contained bundle of the program that isn't dependent on Quicklisp. This code is based on what I did in Wajir.