This commit is contained in:
2026-02-09 19:33:21 +01:00
parent a7ff320857
commit cc842111ff
6 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
[
{
"file": "src/main.c",
"arguments": [
"gcc",
"-Wall",
"-O0",
"-g",
"-DDEBUG",
"-Wall",
"-Wextra",
"-Isrc",
"-c",
"src/main.c",
"-o",
"build/main.o"
],
"directory": "/home/tom/Dev/networkc",
"output": "build/main.o"
}
]