diff options
author | 2017-11-10 13:59:42 +0000 | |
---|---|---|
committer | 2017-11-10 13:59:42 +0000 | |
commit | 0186aadfcf98cd0bed25778a3bc81a35e7ce0251 (patch) | |
tree | c4d59a13a201e2a4c80ee8737a1b914e36b536a3 /Makefile.fuzz | |
parent | 4443b4a09645f2a7c1507af0b35f74c8a712902e (diff) | |
download | coredns-0186aadfcf98cd0bed25778a3bc81a35e7ce0251.tar.gz coredns-0186aadfcf98cd0bed25778a3bc81a35e7ce0251.tar.zst coredns-0186aadfcf98cd0bed25778a3bc81a35e7ce0251.zip |
fuzz: put fuzzing stuff in own build tag (#1215)
No need to have this build all the time.
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 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 |