From 0b9318b447b1d74804947f2c725a96017686cac6 Mon Sep 17 00:00:00 2001 From: Jouni Hogander Date: Fri, 14 Aug 2020 15:06:10 +0300 Subject: Makefile: add new make target for syz-cover tool --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit mrf-deployment