4 Commits

Author SHA1 Message Date
63dd34e926 Add -n option for normal project type
For consistency, I added this option, so any project type can be
explicitly specified. Of course, this option is the default, so it can
be left out to yield the existing behaviour.
2024-12-31 14:32:05 +01:00
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