This is a C project generator. I designed it to mimic cargo, at least on a surface level.
The default file structure is like so:
<project name>
|
$ make release
Note: Default installation path is ~/.local/bin
$ make install
$ make uninstall
$ genc init <project name>
$ make
$ make release
$ make run
$ make run a="arg1 arg2 arg3"
$ make clean