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}
15
15
# the current "stable" branch. This is weird and dumb, yes.
16
16
STABLE_BRANCH =` grep ' manual' build/docs-tools/data/${PROJECT} -published-branches.yaml | cut -d ' :' -f 2 | grep -Eo ' [0-9a-z.]+' `
17
17
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
19
19
20
20
help : # # Show this help message
21
21
@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
70
70
71
71
get-assets :
72
72
giza generate assets
73
+
74
+ clean :
75
+ rm -rf build
You can’t perform that action at this time.
0 commit comments