summaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-10-12 15:27:26 -0400
committerLouie S <louie@example.com>2023-10-12 15:27:43 -0400
commit91da624fe1665f3ddb3216ebb8a56a982074228d (patch)
treef64f629d2f4c33b7f64681fd9e285620f139e1ed /compile_commands.json
First commit
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"
+ }
+]