summaryrefslogtreecommitdiff
path: root/build/compile_commands.json
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-02-01 12:34:20 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-02-01 12:34:20 +0100
commite6a7c80d3261e8b0c3e73294c0dace4d36158c5d (patch)
tree623198bf7a3a95e3cbe27272a002b231efb212b2 /build/compile_commands.json
parent637b9d54be4601ff4120ca56aab2f28973d88f96 (diff)
updated build
Diffstat (limited to 'build/compile_commands.json')
-rw-r--r--build/compile_commands.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/compile_commands.json b/build/compile_commands.json
index 5289d89..4d03ed8 100644
--- a/build/compile_commands.json
+++ b/build/compile_commands.json
@@ -6,11 +6,6 @@
},
{
"directory": "/home/dawidg81/minesweeper/build",
- "command": "/usr/bin/c++ -g -std=c++20 -o CMakeFiles/minesweeper.dir/src/Utils.cpp.o -c /home/dawidg81/minesweeper/src/Utils.cpp",
- "file": "/home/dawidg81/minesweeper/src/Utils.cpp"
-},
-{
- "directory": "/home/dawidg81/minesweeper/build",
"command": "/usr/bin/c++ -g -std=c++20 -o CMakeFiles/minesweeper.dir/src/main.cpp.o -c /home/dawidg81/minesweeper/src/main.cpp",
"file": "/home/dawidg81/minesweeper/src/main.cpp"
}