File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ TARGET_DIR=source-${GIT_BRANCH}
1515# the current "stable" branch. This is weird and dumb, yes.
1616STABLE_BRANCH =` grep ' manual' build/docs-tools/data/${PROJECT} -published-branches.yaml | cut -d ' :' -f 2 | grep -Eo ' [0-9a-z.]+' `
1717
18- .PHONY : help stage fake-deploy deploy deploy-search-index check-redirects publish-build-only publish migrate
18+ .PHONY : help stage fake-deploy deploy deploy-search-index check-redirects publish-build-only publish migrate clean
1919
2020help : # # Show this help message
2121 @grep -E ' ^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | sort | awk ' BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
@@ -70,3 +70,6 @@ migrate: get-assets
7070
7171get-assets :
7272 giza generate assets
73+
74+ clean :
75+ rm -rf build
You can’t perform that action at this time.
0 commit comments