From ea1338197382ccff14c4c831657c6a1208fd6873 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sat, 26 Feb 2022 16:39:10 +0100 Subject: Ran bear to give proper vim syntax/autocomplete stuff --- compile_commands.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 compile_commands.json (limited to 'compile_commands.json') diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..45a3f69 --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,15 @@ +[ + { + "arguments": [ + "g++", + "-c", + "-I", + "/usr/include/boost/", + "-o", + "obj/main.o", + "src/main.cpp" + ], + "directory": "/home/talos/Programming/satscalc", + "file": "src/main.cpp" + } +] \ No newline at end of file -- cgit v1.2.1