7 lines
169 B
Bash
7 lines
169 B
Bash
cd "$(dirname "$0")"
|
|
mkdir build
|
|
pushd build
|
|
clang ../src/meta/build_tool.c -ldl -o build_tool.exe -g -fdiagnostics-absolute-paths
|
|
popd
|
|
|
|
./build/build_tool.exe -cc=clang |