aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.ninja5
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