/hazzaCommon

A small repository containing my common utilities

Primary LanguageCGNU General Public License v3.0GPL-3.0

hazzaCommon

A single-filed repository containing my common utilities

Motive:

What it says on the tin, really...

Building:

git clone 

make clean

make

the output of this should be a lib file called hazzaCommon.so

from there, feel free to drag and drop it in /usr/local/include to use asynchronously across programs

to include in other projects, simply use the -LhazzaCommon directive in your build scheme