diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-02-13 17:02:19 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-02-13 17:02:44 +0100 |
| commit | 12b6c9dfd009352e0bb7f8395abd3678e3bd6265 (patch) | |
| tree | 189a16dae165e97cb87acb5f6233edfd17004e31 /compile_commands.json | |
| parent | 96e9e044e779b301b0608aea0ee4449124a8d0bd (diff) | |
| download | tmus-12b6c9dfd009352e0bb7f8395abd3678e3bd6265.tar.gz tmus-12b6c9dfd009352e0bb7f8395abd3678e3bd6265.zip | |
Added liblist
Diffstat (limited to 'compile_commands.json')
| -rw-r--r-- | compile_commands.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index eb812b4..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "arguments": [ - "cc", - "-c", - "-I", - "src", - "-g", - "-I/usr/include/glib-2.0", - "-I/usr/lib/glib-2.0/include", - "-I/usr/include/dbus-1.0", - "-I/usr/lib/dbus-1.0/include", - "-o", - "build/main.o", - "src/main.c" - ], - "directory": "/snxdata/lib/dev/tmus", - "file": "src/main.c" - } -]
\ No newline at end of file |
