Skip to content

Commit be22599

Browse files
committed
Makefile: fix 'make tilt-up'
This fixes the issue when run "make tilt-up" which fails with error "make: *** No rule to make target 'manifests', needed by 'tilt-up'. Stop."
1 parent 8c69f07 commit be22599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ docker-push: .dockerflag.mk ## Push docker image with the manager.
229229
## --------------------------------------
230230

231231
.PHONY: tilt-up
232-
tilt-up: cluster-api kind-cluster cluster-api/tilt-settings.json manifests ## Setup and run tilt for development.
232+
tilt-up: cluster-api kind-cluster cluster-api/tilt-settings.json generate-manifests ## Setup and run tilt for development.
233233
cd cluster-api && tilt up
234234

235235
.PHONY: kind-cluster

0 commit comments

Comments
 (0)