diff options
Diffstat (limited to 'compile_commands.json')
| -rw-r--r-- | compile_commands.json | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index 5702bfd..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,43 +0,0 @@ -[ - { - "arguments": [ - "/usr/bin/gcc", - "-c", - "-g", - "-o", - "src/fvm.o", - "src/fvm.c" - ], - "directory": "/home/mistivia/repos/fvm", - "file": "/home/mistivia/repos/fvm/src/fvm.c", - "output": "/home/mistivia/repos/fvm/src/fvm.o" - }, - { - "arguments": [ - "/usr/bin/gcc", - "-c", - "-g", - "-o", - "src/main.o", - "src/main.c" - ], - "directory": "/home/mistivia/repos/fvm", - "file": "/home/mistivia/repos/fvm/src/main.c", - "output": "/home/mistivia/repos/fvm/src/main.o" - }, - { - "arguments": [ - "/usr/bin/gcc", - "-c", - "-Isrc/", - "-g", - "src/fvm.o", - "-o", - "tests/test_opcodes.bin", - "tests/test_opcodes.c" - ], - "directory": "/home/mistivia/repos/fvm", - "file": "/home/mistivia/repos/fvm/tests/test_opcodes.c", - "output": "/home/mistivia/repos/fvm/tests/test_opcodes.bin" - } -] |
