13 lines
251 B
Markdown
13 lines
251 B
Markdown
# bean
|
|
|
|
> [wip] a package manager in pure c
|
|
|
|
## this is a work in progress project, do not use it
|
|
|
|
# building
|
|
|
|
```sh
|
|
$ 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`
|