diff --git a/Makefile.am b/Makefile.am index 99f03237..79174a5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,4 +62,4 @@ clang-format: test -z $${CLANGFORMAT} && CLANGFORMAT="clang-format"; \ $${CLANGFORMAT} -i lib/*.{c,h} lib/includes/nghttp2/*.h \ src/*.{c,cc,h} src/includes/nghttp2/*.h examples/*.{c,cc} \ - tests/*.{c,h} + tests/*.{c,h} bpf/*.c