aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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