While bmakelib is primarily designed for zero-install project bootstrapping, it can also be installed system-wide for environments where global availability is preferred.
brew update
brew tap bahmanm/bmakelib
brew install bmakelibPre-built binary packages are published on each GitHub Release:
wget https://github.com/bahmanm/bmakelib/releases/download/v0.8.0/bmakelib_0.8.0-1_all.deb
sudo dpkg -i bmakelib_0.8.0-1_all.debwget https://github.com/bahmanm/bmakelib/releases/download/v0.8.0/bmakelib-0.8.0-1.1.noarch.rpm
sudo rpm -i bmakelib-0.8.0-1.1.noarch.rpmgit clone https://github.com/bahmanm/bmakelib.git
cd bmakelib
sudo make install PREFIX=/usr/localWhen installed globally to standard locations (such as /usr/local or /usr), include bmakelib directly in your Makefile:
include bmakelib/bmakelib.mk