mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 03:19:51 +00:00
Makefile: add new make target for syz-cover tool
This commit is contained in:
parent
2d5ea0cb6e
commit
0b9318b447
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user