diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,5 +28,5 @@ build-release: check: clang-format -i ./src/**/*.{hpp,cpp} - clang-tidy ./src/**/*.{hpp,cpp} + clang-tidy --config-file=.clang-tidy ./src/**/*.{hpp,cpp} |
