first commit, unfinished wip

This commit is contained in:
thorium1256
2026-05-11 15:14:22 +03:00
commit 8f4162305f
16 changed files with 651 additions and 0 deletions

19
compile_commands.json Normal file
View File

@@ -0,0 +1,19 @@
[
{
"file": "src/main.c",
"arguments": [
"/usr/bin/clang",
"-c",
"-o",
"build/rel_main.o",
"src/main.c",
"-I",
"include",
"-Wall",
"-Wextra",
"-O2"
],
"directory": "/home/neon1246/Documents/stuff/code/c/ircclient",
"output": "build/rel_main.o"
}
]