Enable automatic generation of compile_flags.txt for clang-tidy via make tidy (#2008)

This commit is contained in:
Eldred Habert
2026-07-11 16:11:14 -04:00
committed by GitHub
parent 96bc58b7f7
commit 22bd8a9bd5
4 changed files with 8 additions and 12 deletions
-3
View File
@@ -65,7 +65,6 @@ rgbds/
├── .clang-tidy
├── CMakeLists.txt
├── CMakePresets.json
├── compile_flags.txt
├── Dockerfile
└── Makefile
```
@@ -129,8 +128,6 @@ rgbds/
Defines how to build RGBDS with CMake.
- **`CMakePresets.json`:**
Defines some [presets](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html) useful for working with our CMake.
- **`compile_flags.txt`:**
Compiler flags for `clang-tidy`.
- **`Dockerfile`:**
Defines how to build RGBDS with Docker (which we do in CI to provide a [container image](https://github.com/gbdev/rgbds/pkgs/container/rgbds)).
- **`Makefile`:**