aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2024-12-07 22:54:12 +0800
committerMistivia <i@mistivia.com>2024-12-07 22:54:12 +0800
commit3e6bf6091cc32cf11d61c0250bde9115208ad5d5 (patch)
treed451ea9afa53610fd98b574676b53d932994d130 /compile_commands.json
parent22b08dbf32e9c5de1f10c19897422168100fa639 (diff)
simplify asm language
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json43
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"
- }
-]