BGC v0.1.3
Bubbly Garbage Collector (BGC)

Bubbly Garbage Collector - The garbage collector with personality!

Building

To build bgc, run the following command from the project's root directory:

make clean && make

Installing

First, build `bgc`. Then, run the following command:

make install

Uninstalling

If you'd like to uninstall the currently-installed version of bgc, please run the following command:

make uninstall

This will remove all of the files added during installation.