aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-06-17 13:28:22 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-06-17 14:41:15 +0200
commit6828dc3a613eab724840ba670955f4eaca70ab12 (patch)
treeb58f760c7c6306e71b6881c75722a21715df6d73 /Makefile
parent2007005ac39f66f3fb6314745ffb22b6d30314d3 (diff)
sys/syz-sysgen: from from sysgen
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a7d6551b..d50ad073b 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ generate: bin/syz-sysgen
go generate ./pkg/csource ./executor ./syz-gce ./pkg/ifuzz ./pkg/kernel
$(MAKE) format
bin/syz-sysgen:
- go build $(GOFLAGS) -o $@ ./sysgen
+ go build $(GOFLAGS) -o $@ ./sys/syz-sysgen
format:
go fmt ./...