3 Commits

Author SHA1 Message Date
9a754c83fa Changed option handling to getopts shell-builtin
The long option support, made available through the Linux version of
getopt, is incompatible with BSD getopt, found on macOS and OpenBSD.
So I decided to keep it simple and support single-letter options only.
2024-12-31 13:55:23 +01:00
64b81076c9 Make include guard in version.hpp uppercase 2024-12-31 10:52:18 +01:00
5cce3fc560 Add mkproj.sh 2024-12-26 11:56:42 +01:00