From e6a7c80d3261e8b0c3e73294c0dace4d36158c5d Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sun, 1 Feb 2026 12:34:20 +0100 Subject: updated build --- build/compile_commands.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'build/compile_commands.json') 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 @@ -4,11 +4,6 @@ "command": "/usr/bin/c++ -g -std=c++20 -o CMakeFiles/minesweeper.dir/src/Game.cpp.o -c /home/dawidg81/minesweeper/src/Game.cpp", "file": "/home/dawidg81/minesweeper/src/Game.cpp" }, -{ - "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", -- cgit v1.2.3