aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-10-19 16:19:46 +0200
committerhexcoder- <heiko@hexco.de>2019-10-19 16:19:46 +0200
commit8a786377196fbaafeecbca17fad66ea1e76c7de2 (patch)
tree1f8ccf4a15846a249a5bd9ec7222cbc9df197ae0 /Makefile
parent230c135d4e05d810397138f2b6eb1927955f8900 (diff)
downloadAFLplusplus-8a786377196fbaafeecbca17fad66ea1e76c7de2.tar.gz
add gcc_plugin to code formatter and run it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e3764a8..ce0d6781 100644
--- a/Makefile
+++ b/Makefile
@@ -213,6 +213,9 @@ code-format:
./.custom-format.py -i llvm_mode/*.c
./.custom-format.py -i llvm_mode/*.h
./.custom-format.py -i llvm_mode/*.cc
+ ./.custom-format.py -i gcc_plugin/*.c
+ ./.custom-format.py -i gcc_plugin/*.h
+ ./.custom-format.py -i gcc_plugin/*.cc
./.custom-format.py -i qemu_mode/patches/*.h
./.custom-format.py -i qemu_mode/libcompcov/*.c
./.custom-format.py -i qemu_mode/libcompcov/*.cc