diff options
author | San Jacobs | 2022-02-26 16:39:10 +0100 |
---|---|---|
committer | San Jacobs | 2022-02-26 16:39:10 +0100 |
commit | ea1338197382ccff14c4c831657c6a1208fd6873 (patch) | |
tree | 3acc0ed3d4b87c346148a998345164e09bba1c28 | |
parent | 7bc2a26bcca282842e6094e0cee3d56e6e58d732 (diff) | |
download | satscalc-ea1338197382ccff14c4c831657c6a1208fd6873.tar.gz satscalc-ea1338197382ccff14c4c831657c6a1208fd6873.tar.bz2 satscalc-ea1338197382ccff14c4c831657c6a1208fd6873.zip |
Ran bear to give proper vim syntax/autocomplete stuff
-rw-r--r-- | compile_commands.json | 15 |
1 files changed, 15 insertions, 0 deletions
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 |