Fix cache, misc changes

This commit is contained in:
Krzosa Karol
2024-01-13 21:18:08 +01:00
parent 1b6d908b6b
commit c375cdf04f
12 changed files with 28 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
#include "build_tool/build_lib.cpp"
#include "build_tool/library.cpp"
void CompileFiles(Strs cc, Strs files);
int ReturnValue = 0;