0.3.1
Using the library

In your Makefile, add the following:

include $(YAUL_INSTALL_ROOT)/share/build.bcl.mk

For C, in your Makefile, add the following:

SH_CFLAGS+= $(BCL_CFLAGS)

For C++, in your Makefile, use SH_CXXFLAGS instead:

SH_CXXFLAGS+= $(BCL_CXXFLAGS)

For both C and C++:

SH_LDFLAGS+= $(BCL_LDFLAGS)