aboutsummaryrefslogtreecommitdiffstats
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 c4b742e..abc200b 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ generate-binapi:
generate: install
@echo "=> generating code"
- cd examples && go generate ./...
+ cd examples && go generate -x ./...
update-vppapi:
@echo "=> updating API JSON files using installed VPP ${VPP_VERSION}"