KalaMake is a multithreaded CLI for building libraries and executables with .kmake files and it is intended to use as a replacement for other build scripts and generators like Make, Premake, CMake or Ninja. KalaMake automatically uses all available threads from your CPU to always help speed up compilation, or you can fill the jobs field with your desired job count, multithreading is not supported by all languages.
KalaMake currently accepts several commands, most of which come from KalaCLI which is statically linked to KalaMake. Type --help to list all available commands and type --info commandnamehere to list info about that command.
This project relies on several external dependencies, they are not shipped inside this project, please make sure you have that repository cloned into a folder inside the same parent directory as this project folder before compiling this project from source.
- C (89 to 23)
- C++ (14 to 26)
- Java (8 to 26)
- Zig (the language)
- Python (Requires PyInstaller)
- Rust (2015 to 2024)
- C#
- Go
- Assembly
- Odin
- Nim
Currently only Windows (x86_64) and Linux (x86_64) are supported. There are no plans to support BSD, mobile, console, ARM, x86 or macOS.