allow to force installing a clangd and qtcreator files

Add a forceclangd target to Makefile to force installing a .clangd file.
Add a forceqtcreator target to force installing qtcreator files.
Existing files will be overwritten.

while here:
- update the c++ standard to c++23
This commit is contained in:
2026-08-17 23:54:24 +02:00
parent a3e94d0785
commit f6e6c4b1c6
6 changed files with 33 additions and 6 deletions
+8
View File
@@ -24,9 +24,17 @@ clangd: FORCE
@.templates/install_clangd.sh
forceclangd: FORCE
@.templates/install_clangd.sh force
qtcreator: clangd
@.templates/install_qtcreator.sh
forceqtcreator: forceclangd
@.templates/install_qtcreator.sh force
FORCE: