asm-hello-world/build/compile_commands.json

7 lines
239 B
JSON
Raw Normal View History

2022-11-20 23:53:53 +01:00
[
{
"directory": "/home/max/projects/asm-hello-world/build",
"command": "/usr/bin/cc -g -o CMakeFiles/asm-hello-world.dir/main.S.o -c /home/max/projects/asm-hello-world/main.S",
"file": "/home/max/projects/asm-hello-world/main.S"
}
]