Skip to content

TruncatedDinoSour/bean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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