added compile_commands.json

This commit is contained in:
2025-06-03 00:19:45 +03:00
parent 3beb7aad3b
commit 83b18faab8
9 changed files with 98 additions and 14 deletions

9
tier0/__build.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "helper.h"
#include "c.h"
#include "ld.h"
int tier0_build()
{
return 0;
};
DECLARE_BUILD_STAGE(tier0, tier0_build);