aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-01-28 17:19:09 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-02-04 14:57:28 +0000
commit10f46061d0a00f1bfb6c1f0f34509e1656a3bb23 (patch)
tree10b69464988fc137bd9ca1c585b69a91447e6c4d /Makefile
parentfaad89b8bb82e638f0b30b3bc10ce9b450402be2 (diff)
syz-cluster: integrate with syz-diff
Run differential fuzzing as a workflow step.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b57e51d0e..d3dbc0869 100644
--- a/Makefile
+++ b/Makefile
@@ -150,6 +150,9 @@ descriptions:
bin/syz-sysgen
touch .descriptions
+go-flags:
+ @echo "${GOHOSTFLAGS}"
+
manager: descriptions
GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-manager github.com/google/syzkaller/syz-manager