using bld to build on both linux and windows

This commit is contained in:
Krzosa Karol
2024-01-05 14:12:32 +01:00
parent 6e38cb160e
commit cc1a90e96b
10 changed files with 86 additions and 75 deletions

View File

@@ -1,5 +0,0 @@
#include "../core.c"
int main() {
MA_Arena arena = {0};
return 0;
}

View File

@@ -1,5 +0,0 @@
#include "../core.c"
int main() {
MA_Arena arena = {};
}

View File

@@ -2,7 +2,7 @@
int main() {
IO_Printf("test_filesystem.c - ");
MA_Arena arena = {};
MA_Arena arena = {0};
S8_String read_file_path = S8_Lit("../test/data/read_file");
// Read file test