diff options
Diffstat (limited to 'Makefile.fuzz')
-rw-r--r-- | Makefile.fuzz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fuzz b/Makefile.fuzz index 6aef4685e..5f4c1be2c 100644 --- a/Makefile.fuzz +++ b/Makefile.fuzz @@ -51,7 +51,7 @@ else endif fuzzit: - wget -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/$(FUZZIT)/fuzzit_Linux_x86_64 && chmod +x fuzzit + wget --quiet -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/$(FUZZIT)/fuzzit_Linux_x86_64 && chmod +x fuzzit .PHONY: clean clean: |