diff options
| author | Jouni Hogander <jouni.hogander@unikie.com> | 2020-08-14 15:06:10 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-09-26 17:47:37 +0200 |
| commit | 0b9318b447b1d74804947f2c725a96017686cac6 (patch) | |
| tree | 02106f107c8b59a7963b67feb1682c8cc017756c | |
| parent | 2d5ea0cb6edb828803beea8af38dbc04dc80f028 (diff) | |
Makefile: add new make target for syz-cover tool
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
