diff options
| author | Fuwn <[email protected]> | 2024-05-23 18:25:41 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-23 18:25:41 -0700 |
| commit | b7f2e62d3d97b7607eb9b57a9035c0fdef76f4e8 (patch) | |
| tree | be9655a11d89a2595e07112bc2d598b2659f6f31 /build.ninja | |
| parent | refactor: correct warnings (diff) | |
| download | seiwm-b7f2e62d3d97b7607eb9b57a9035c0fdef76f4e8.tar.xz seiwm-b7f2e62d3d97b7607eb9b57a9035c0fdef76f4e8.zip | |
build(ninja): remove clang-format
Diffstat (limited to 'build.ninja')
| -rw-r--r-- | build.ninja | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build.ninja b/build.ninja index cebbe87..60ec9b8 100644 --- a/build.ninja +++ b/build.ninja @@ -28,14 +28,9 @@ rule compile rule link command = ${CC} ${in} -o ${out} ${LDFLAGS} -rule clang_format - command = clang-format -i -style=LLVM ./*.{c,h} - rule clang_tidy command = ninja -t compdb > compile_commands.json && clang-tidy -checks="${CLANG_TIDY_CHECKS}" ./*.{c,h} -build format: clang_format - build tidy: clang_tidy build clean: clean |