summaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json
new file mode 100644
index 0000000..6723db5
--- /dev/null
+++ b/compile_commands.json
@@ -0,0 +1,26 @@
+[
+ {
+ "directory": "/home/louie/Development/projects/tower_of_hanoi_curses/src",
+ "arguments": [
+ "gcc",
+ "-DHAVE_CONFIG_H",
+ "-I.",
+ "-I..",
+ "-D_GNU_SOURCE",
+ "-D_DEFAULT_SOURCE",
+ "-g",
+ "-O2",
+ "-MT",
+ "tower_of_hanoi_curses-main.o",
+ "-MD",
+ "-MP",
+ "-MF",
+ ".deps/tower_of_hanoi_curses-main.Tpo",
+ "-c",
+ "-o",
+ "tower_of_hanoi_curses-main.o",
+ "main.c"
+ ],
+ "file": "main.c"
+ }
+]