Make your own library to work with matrices!
Supports all possible operations with matrices.
To build the library files (.a and .o), use:
make allOther available options:
make rebuild - rebuild the library
make clean - remove all extra files
make build - build from scratch
make test - run tests
make gcov_report - generate code coverage report
make clang-check - check code formatting
make clang-format - format code according to C style