Restructuring and add format strings typechecking for clang

This commit is contained in:
Krzosa Karol
2024-01-12 09:54:41 +01:00
parent a3c0a63ee2
commit f68500a804
13 changed files with 61 additions and 46 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
gcc -o bld code/build_main.cpp -g
gcc -o bld tools/build_main.cpp -g
./bld