diff options
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 |