about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-04-16 20:55:19 +0200
committervanhauser-thc <vh@thc.org>2021-04-16 20:55:19 +0200
commit6e75832082c331b6191db2df970f5088b8773214 (patch)
tree59c8b5050a85d42e61db31b654b9aa395fd383ee
parentc30999562e0a0e03d1412b16fb33b5874ed96914 (diff)
downloadafl++-6e75832082c331b6191db2df970f5088b8773214.tar.gz
code format for frida mode
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5569825f..9d98aa00 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -513,6 +513,9 @@ code-format:
 	./.custom-format.py -i qemu_mode/libcompcov/*.h
 	./.custom-format.py -i qemu_mode/libqasan/*.c
 	./.custom-format.py -i qemu_mode/libqasan/*.h
+	./.custom-format.py -i frida_mode/src/*.c
+	./.custom-format.py -i frida_mode/include/*.h
+	-./.custom-format.py -i frida_mode/src/*/*.c
 	./.custom-format.py -i *.h
 	./.custom-format.py -i *.c