6 lines
173 B
Bash
6 lines
173 B
Bash
mkdir build
|
|
pushd build
|
|
clang -o build_tool.exe ../src/build_tool/build_tool_main.cpp -fdiagnostics-absolute-paths -g -nostdlib++ -fno-exceptions
|
|
popd
|
|
|
|
build/build_tool.exe |