| Age | Commit message (Collapse) | Author |
|
Packages source files including dependencies for release.
|
|
|
|
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.
|
|
|
|
|
|
|
|
* 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
|