diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-25 10:42:23 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-25 10:42:23 +0100 |
commit | a05bd3e477a09dc8e56b18eac9c6c163a4eefd8b (patch) | |
tree | af4459e5353ef54bee7088121591f071b65e6b43 /Makefile | |
parent | 9ed4bfbca86ee6ff923e47deca0ebd5ae7a08b77 (diff) | |
download | afl++-a05bd3e477a09dc8e56b18eac9c6c163a4eefd8b.tar.gz |
code format
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 1bef1e37..1bfa3f77 100644 --- a/Makefile +++ b/Makefile @@ -280,6 +280,8 @@ code-format: ./.custom-format.py -i qemu_mode/libcompcov/*.c ./.custom-format.py -i qemu_mode/libcompcov/*.cc ./.custom-format.py -i qemu_mode/libcompcov/*.h + ./.custom-format.py -i qbdi_mode/*.c + ./.custom-format.py -i qbdi_mode/*.cpp ./.custom-format.py -i *.h ./.custom-format.py -i *.c |