Skip to content

Commit ae7001c

Browse files
committed
Remove unnecessary proto/buf cleaning in make command
Signed-off-by: Tareque Hossain <thossain@nvidia.com>
1 parent 02b8424 commit ae7001c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ docker-build:
218218
docker build -t $(IMAGE_REGISTRY)/carbide-psm:$(IMAGE_TAG) -f $(DOCKERFILE_DIR)/Dockerfile.carbide-psm .
219219
docker build -t $(IMAGE_REGISTRY)/carbide-nsm:$(IMAGE_TAG) -f $(DOCKERFILE_DIR)/Dockerfile.carbide-nsm .
220220

221-
core-proto: core-proto-clean core-proto-fetch core-proto-fmt core-protogen
221+
core-proto: core-proto-fetch core-proto-fmt core-protogen
222222

223223
core-proto-clean:
224224
@echo "Cleaning up Core proto and protobuf files"

0 commit comments

Comments
 (0)