a package manager in pure c
https://git.ari.lt/ari/bean
|
||
---|---|---|
editors | ||
src | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
SECURITY.md |
bean
[wip] a package manager in pure c
this is a work in progress project, do not use it
building
$ make -j "$(nproc)"
*nproc
just shows your thread count, u can always just -j n
where n is your thread count, e.g. -j 12