Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-11 | Prints help msg when no args | zachir | |
When no args are provided, even will now print the help message and return -1. | |||
2024-03-11 | Fixes logic error with quiet | zachir | |
Before, quiet worked in reverse, i.e. text was only displayed when -q was passed. Also, even now will not return 1 with an odd number when quiet is not passed. | |||
2024-03-11 | Replace build system with zig | zachir | |
Zig is actually handling the building and such, now the Makefile is here just as a wrapper for it. |