aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Meyer <meyerpatrick@google.com>2022-04-21 12:58:33 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2022-04-21 16:34:37 +0200
commit2738b391a3eb3617cd518a6d33527b1645725618 (patch)
treeaa03538c158547a23d40afdee614ee0448adab00 /Makefile
parentd4befee155c308c896933484e16a54b9e3290ee8 (diff)
make: add syz-build target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8bfd8bf68..e631bb402 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ endif
manager runtest fuzzer executor \
ci hub \
execprog mutate prog2c trace2syz stress repro upgrade db \
- usbgen symbolize cover kconf crush \
+ usbgen symbolize cover kconf syz-build crush \
bin/syz-extract bin/syz-fmt \
extract generate generate_go generate_sys \
format format_go format_cpp format_sys \
@@ -205,6 +205,8 @@ cover:
GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-cover github.com/google/syzkaller/tools/syz-cover
kconf:
GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-kconf github.com/google/syzkaller/tools/syz-kconf
+syz-build:
+ GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-build github.com/google/syzkaller/tools/syz-build
bisect: descriptions
GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-bisect github.com/google/syzkaller/tools/syz-bisect