Skip to content

Commit b3c019e

Browse files
committed
Add make update-deps target to be compatible with other openshfit repos
1 parent 607caee commit b3c019e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Makefile

+10-2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ update-api:
140140
hack/update-generated-swagger-spec.sh
141141
.PHONY: update-api
142142

143+
# Update vendored dependencies
144+
#
145+
# Example:
146+
# make update-deps
147+
update-deps:
148+
hack/update-deps.sh
149+
.PHONY: update-deps
150+
143151
# Build and run the complete test-suite.
144152
#
145153
# Example:
@@ -209,7 +217,7 @@ test-tools:
209217
# Example:
210218
# make test-extended SUITE=core
211219
# make test-extended SUITE=conformance FOCUS=pods
212-
#
220+
#
213221
SUITE ?= conformance
214222
test-extended:
215223
test/extended/$(SUITE).sh
@@ -284,7 +292,7 @@ build-rpms-redistributable:
284292
.PHONY: build-rpms-redistributable
285293

286294
# Build images from the official RPMs
287-
#
295+
#
288296
# Args:
289297
#
290298
# Example:

0 commit comments

Comments
 (0)