Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-25 | Update copyright dates after bundle changes | Teddy Wing | |
2022-08-25 | bundle.lisp: Remove `sysexits` from `local-dependencies` list | Teddy Wing | |
Sysexits is now in Quicklisp so we don't need to load it here. | |||
2022-08-23 | Makefile: Add self-contained bundle target | Teddy 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. |