We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac7445 commit 8e5b09aCopy full SHA for 8e5b09a
1 file changed
Makefile
@@ -73,6 +73,7 @@ build-tests:
73
74
.PHONY: clean
75
clean:
76
+ if [ -d $(UGET_DIRECTORY)/k8s ]; then chmod -R +w $(UGET_DIRECTORY)/k8s; fi
77
rm -rf $(BUILD_DEST) $(UGET_DIRECTORY)
78
@echo "Cleaned $(BUILD_DEST) and $(UGET_DIRECTORY)"
79
0 commit comments