A fast build system for Visual Studio C/C++ projects
fastmake <path>
Check docs/README.md for instructions on how to use it
Clone the repository
git clone --recursive https://github.com/xastrix/fastmake.git
Generate VS project by premake5
cd fastmake && premake5 vs20xx
Launch fastmake.sln (Visual Studio Solution File) and compile project by pressing CTRL+Shift+B
- Visual Studio
- Windows SDK
- premake