aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-06-14 13:05:05 +0200
committerAndrey Konovalov <andreyknvl@google.com>2017-06-14 13:05:05 +0200
commit0f784d778d72cbe145b6327aacd7db110e774a95 (patch)
tree7928129a8ef01900ad43637a47d1c9912efb3282 /Makefile
parenta59133e5037c86b60d509c30f61b441fb4917a03 (diff)
makefile: list generated packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b44a14fb..cfb035e04 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ bin/syz-extract: syz-extract/*.go sysparser/*.go
generate: bin/syz-sysgen
bin/syz-sysgen
- go generate ./...
+ go generate ./csource ./executor ./syz-gce ./pkg/ifuzz ./pkg/kernel
$(MAKE) format
bin/syz-sysgen: sysgen/*.go sysparser/*.go
go build $(GOFLAGS) -o $@ ./sysgen