| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-22 | Makefile: Have the `install` target depend on the binary and man page | Teddy Wing | |
| 2022-05-22 | Makefile: Bundle dependencies for packaging | Teddy 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. | |||
| 2022-05-21 | Makefile: Add `install` target | Teddy Wing | |
| 2022-05-21 | Add license (GNU GPLv3+) | Teddy Wing | |
| 2022-05-11 | Makefile: Generate man page from Asciidoc | Teddy Wing | |
| 2022-05-08 | Parse command line options | Teddy Wing | |
| * Define command line options for the program * Define Make rules to build a binary * Fix system entrypoint definition * Comment out some application code to test command line option parsing | |||
