aboutsummaryrefslogtreecommitdiff
path: root/Makefile.fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.fuzz')
-rw-r--r--Makefile.fuzz2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fuzz b/Makefile.fuzz
index 46358246b..2a97d67f0 100644
--- a/Makefile.fuzz
+++ b/Makefile.fuzz
@@ -25,7 +25,7 @@ echo:
.PHONY: $(PLUGINS)
$(PLUGINS): echo
- go-fuzz-build $(REPO)/$(@)
+ go-fuzz-build -tags fuzz $(REPO)/$(@)
go-fuzz -bin=./$(@)-fuzz.zip -workdir=fuzz/$(@)
.PHONY: clean