xmake

Cross-platform build utility and project management tool based on Lua

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform build utility based on Lua

Commands

xmake

Examples

Initialize a new xmake project$ xmake create -P myproject
Build the current project$ xmake build
Run the compiled executable$ xmake run