Lua 기반의 크로스 플랫폼 C & C++ 빌드 유틸리티. 더 많은 정보: https://xmake.io/#/getting_started.
xmake.lua를 포함한 Xmake C 프로젝트 생성:xmake create --language c -P {{프로젝트_이름}}
xmake build run
xmake run {{타겟_이름}}
xmake config --plat={{macosx|linux|iphoneos|...}} --arch={{x86_64|i386|arm64|...}} --mode={{debug|release}}
xmake install -o {{경로/대상/폴더}}