This commit is contained in:
Krzosa Karol
2025-03-27 11:44:52 +01:00
parent e8841153c6
commit 8a47f93b2f
21 changed files with 235 additions and 118 deletions

7
build.sh Normal file
View File

@@ -0,0 +1,7 @@
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