From eb4fbe2ebdd44dbf9c604553f2ef053d0360dd41 Mon Sep 17 00:00:00 2001 From: Dominic Matarese Date: Mon, 12 Jul 2021 16:21:43 +0000 Subject: required first commit --- build/compile_commands.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build/compile_commands.json (limited to 'build/compile_commands.json') 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 -- cgit v1.2.1