Fix linker errors

This commit is contained in:
Krzosa Karol
2024-01-28 08:14:24 +01:00
parent bb8d96e010
commit f56bee1cfb
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
g++ -o bld build_tool/main.cpp -g
g++ -o bld build_tool/main.cpp -g
./bld