summaryrefslogtreecommitdiff
path: root/build/compile_commands.json
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-02-01 22:10:13 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-02-01 22:10:13 +0100
commit8c00822555b0bf8a3aa0c3d8e6e5400c0cb6d820 (patch)
tree1d5f03273a11f0b7bec6be2f6d313daf671afa00 /build/compile_commands.json
parenta31c98bc0aed77a3efbbd57a051f4af8e24824df (diff)
The project is no longer a CMake project. Makefile will be used in the future.
Diffstat (limited to 'build/compile_commands.json')
-rw-r--r--build/compile_commands.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/build/compile_commands.json b/build/compile_commands.json
deleted file mode 100644
index 4d03ed8..0000000
--- a/build/compile_commands.json
+++ /dev/null
@@ -1,12 +0,0 @@
-[
-{
- "directory": "/home/dawidg81/minesweeper/build",
- "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/main.cpp.o -c /home/dawidg81/minesweeper/src/main.cpp",
- "file": "/home/dawidg81/minesweeper/src/main.cpp"
-}
-] \ No newline at end of file