Many changes, building many targets at the same time

This commit is contained in:
Krzosa Karol
2024-01-27 19:32:12 +01:00
parent e39cd78546
commit 43f770b790
18 changed files with 386 additions and 58 deletions

View File

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