about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-21 20:53:51 +0200
committervan Hauser <vh@thc.org>2020-07-21 20:53:51 +0200
commitce9b4698fec5222e0af1b62d68c4105e6364771e (patch)
tree04a9ca3d25eac9dc07b20e6b9daa0fa9da369898 /GNUmakefile
parent9a33a29b4a87ec9f211f83fa83f499e1ed8c256d (diff)
downloadafl++-ce9b4698fec5222e0af1b62d68c4105e6364771e.tar.gz
added andrea's splicing, added cycle_schedules
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f44ef95e..86d6a947 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -455,7 +455,7 @@ code-format:
 	./.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/*.h
 	./.custom-format.py -i gcc_plugin/*.cc
 	./.custom-format.py -i custom_mutators/*/*.c
 	./.custom-format.py -i custom_mutators/*/*.h