aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Hogander <jouni.hogander@unikie.com>2020-08-14 15:06:10 +0300
committerDmitry Vyukov <dvyukov@google.com>2020-09-26 17:47:37 +0200
commit0b9318b447b1d74804947f2c725a96017686cac6 (patch)
tree02106f107c8b59a7963b67feb1682c8cc017756c
parent2d5ea0cb6edb828803beea8af38dbc04dc80f028 (diff)
Makefile: add new make target for syz-cover tool
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 937027cb3..5f9f3a3ff 100644
--- a/Makefile
+++ b/Makefile
@@ -195,6 +195,8 @@ usbgen:
symbolize:
GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-symbolize github.com/google/syzkaller/tools/syz-symbolize
+cover:
+ GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-cover github.com/google/syzkaller/tools/syz-cover
bisect: descriptions
GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-bisect github.com/google/syzkaller/tools/syz-bisect