diff options
| author | van Hauser <vh@thc.org> | 2020-07-24 12:26:52 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-07-24 12:26:52 +0200 |
| commit | 9cddbc04206bd8d1399e5a5311c98fff5be80731 (patch) | |
| tree | 7578d6b88d93237119e929055aac69e8b452d8be /GNUmakefile | |
| parent | aa3856261d90d996a298704f1d3706ef1c6787cd (diff) | |
| download | afl++-9cddbc04206bd8d1399e5a5311c98fff5be80731.tar.gz | |
add -F option to sync to foreign fuzzer queues
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index f44ef95e..ab9144b8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -455,10 +455,10 @@ 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 + @#./.custom-format.py -i custom_mutators/*/*.h # destroys input.h :-( ./.custom-format.py -i examples/*/*.c ./.custom-format.py -i examples/*/*.h ./.custom-format.py -i test/*.c |
