mirror of
https://github.com/alibaba/higress.git
synced 2026-05-27 14:17:27 +08:00
Merge branch 'main' into feature-patches
This commit is contained in:
@@ -108,10 +108,11 @@ clean-higress: ## Cleans all the intermediate files and folders previously gener
|
|||||||
rm -rf $(DIRS_TO_CLEAN)
|
rm -rf $(DIRS_TO_CLEAN)
|
||||||
|
|
||||||
clean-istio:
|
clean-istio:
|
||||||
rm -rf external/istio/out
|
rm -rf external/istio
|
||||||
|
|
||||||
clean-gateway: clean-istio
|
clean-gateway: clean-istio
|
||||||
rm -rf external/proxy/out
|
rm -rf external/envoy
|
||||||
|
rm -rf external/proxy
|
||||||
rm external/package/envoy.tar.gz
|
rm external/package/envoy.tar.gz
|
||||||
|
|
||||||
clean: clean-higress clean-gateway
|
clean: clean-higress clean-gateway
|
||||||
|
|||||||
Reference in New Issue
Block a user