aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2022-05-22Makefile: Add `pkg` targetoTeddy Wing
Packages source files including dependencies for release.
2022-05-22Makefile: Have the `install` target depend on the binary and man pageTeddy Wing
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.
2022-05-21Makefile: Add `install` targetTeddy Wing
2022-05-21Add license (GNU GPLv3+)Teddy Wing
2022-05-11Makefile: Generate man page from AsciidocTeddy Wing
2022-05-08Parse command line optionsTeddy 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