From 8c00822555b0bf8a3aa0c3d8e6e5400c0cb6d820 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sun, 1 Feb 2026 22:10:13 +0100 Subject: The project is no longer a CMake project. Makefile will be used in the future. --- build/CMakeFiles/minesweeper.dir/cmake_clean.cmake | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 build/CMakeFiles/minesweeper.dir/cmake_clean.cmake (limited to 'build/CMakeFiles/minesweeper.dir/cmake_clean.cmake') diff --git a/build/CMakeFiles/minesweeper.dir/cmake_clean.cmake b/build/CMakeFiles/minesweeper.dir/cmake_clean.cmake deleted file mode 100644 index 61891ba..0000000 --- a/build/CMakeFiles/minesweeper.dir/cmake_clean.cmake +++ /dev/null @@ -1,13 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/minesweeper.dir/src/Game.cpp.o" - "CMakeFiles/minesweeper.dir/src/Game.cpp.o.d" - "CMakeFiles/minesweeper.dir/src/main.cpp.o" - "CMakeFiles/minesweeper.dir/src/main.cpp.o.d" - "minesweeper" - "minesweeper.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/minesweeper.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() -- cgit v1.2.3