diff options
author | Dominic Matarese <dominicmatarese@gmail.com> | 2021-07-12 16:21:43 +0000 |
---|---|---|
committer | Dominic Matarese <dominicmatarese@gmail.com> | 2021-07-12 16:21:43 +0000 |
commit | eb4fbe2ebdd44dbf9c604553f2ef053d0360dd41 (patch) | |
tree | 6bf8a5ed4a3e892a5155edab06899a354085627e /build/compile_commands.json |
Diffstat (limited to 'build/compile_commands.json')
-rw-r--r-- | build/compile_commands.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/compile_commands.json b/build/compile_commands.json new file mode 100644 index 0000000..1170910 --- /dev/null +++ b/build/compile_commands.json @@ -0,0 +1,7 @@ +[ +{ + "directory": "/home/Code/SIC_Assembler/build", + "command": "/usr/bin/cc -g -o CMakeFiles/sic_assembler.dir/main.c.o -c /home/Code/SIC_Assembler/main.c", + "file": "/home/Code/SIC_Assembler/main.c" +} +]
\ No newline at end of file |