aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc87ea63f..a720d23ab 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ clean:
.PHONY: gen
gen:
- go generate ./core/...
+ go generate coredns.go
.PHONY: distclean
distclean: clean