diff --git a/GNUmakefile b/GNUmakefile index 430da0c4a32..6c23ae9a8b2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,11 +16,11 @@ imports: tools prepare: @echo "==> Preparing the repository to be updated.." @echo "==> 1. Resource Manager - Removing all existing generated files" - rm -rf ./resource-manager/ + find ./resource-manager/ -maxdepth 1 -mindepth 1 -type d -exec rm -rf '{}' \; @echo "==> 2. Resource Manager - Re-creating the directory structure in preparation" mkdir -p ./resource-manager/ #@echo "==> 3. Microsoft Graph - Removing all existing generated files" - #rm -rf ./microsoft-graph/ + #find ./microsoft-graph/ -maxdepth 1 -mindepth 1 -type d -exec rm -rf '{}' \; #@echo "==> 4. Microsoft Graph - Re-creating the directory structure in preparation" #mkdir -p ./microsoft-graph/