aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e8948240..65cd8082a 100644
--- a/Makefile
+++ b/Makefile
@@ -272,7 +272,8 @@ format_cpp:
clang-format --style=file -i executor/*.cc executor/*.h \
executor/android/android_seccomp.h \
tools/kcovtrace/*.c tools/kcovfuzzer/*.c tools/fops_probe/*.cc \
- tools/syz-declextract/clangtool/*.cpp tools/syz-declextract/clangtool/*.h
+ tools/clang/*.h \
+ tools/clang/declextract/*.h tools/clang/declextract/*.cpp
format_sys: bin/syz-fmt
bin/syz-fmt all