cnotes/compile_commands.json

28 lines
800 B
JSON
Raw Permalink Normal View History

2026-01-30 13:35:14 +00:00
[
{
"directory": ".",
"command": "gcc -ansi -Wpedantic -Wall -Wextra -O2 -I include -c src/cnadd.c -o build/cnadd.o",
"file": "src/cnadd.c"
},
{
"directory": ".",
"command": "gcc -ansi -Wpedantic -Wall -Wextra -O2 -I include -c src/cndump.c -o build/cndump.o",
"file": "src/cndump.c"
},
{
"directory": ".",
"command": "gcc -ansi -Wpedantic -Wall -Wextra -O2 -I include -c src/cncount.c -o build/cncount.o",
"file": "src/cncount.c"
},
{
"directory": ".",
"command": "gcc -ansi -Wpedantic -Wall -Wextra -O2 -I include -c src/cndel.c -o build/cndel.o",
"file": "src/cndel.c"
2026-01-30 13:39:48 +00:00
},
{
"directory": ".",
"command": "gcc -ansi -Wpedantic -Wall -Wextra -O2 -I include -c src/cnfind.c -o build/cnfind.o",
"file": "src/cnfind.c"
2026-01-30 13:35:14 +00:00
}
]