This repository contains template for a project in C amd C++ language
Warning
I've switched to Build Master, this respository will eventually be archived soon.
pkg-config -S mingw-w64-x86_64-catch
OR
pkg-config -S mingw-w64-clang-x86_64-catch
For debug mode
make -s lib-static-debug WALL=1 -j
For release mode
make -s lib-static-release WALL=1 -j
For debug
make -s ilb-dynamic-deubg WALL=1 -j
For release mode
make -s lib-static-release WALL=1 -j
For debug
make -s build-debug WALL=1 -j
For release
make -s build-release WALL=1 -j6
make -s clean -j