fix: Fix clean targets in Makefile (#1397)

This commit is contained in:
Kent Dong
2024-10-16 18:42:49 +08:00
committed by GitHub
parent d0693d8c4b
commit 51c956f0b3

View File

@@ -221,11 +221,15 @@ clean-higress: ## Cleans all the intermediate files and folders previously gener
rm -rf $(DIRS_TO_CLEAN)
clean-istio:
rm -rf external/api
rm -rf external/client-go
rm -rf external/istio
rm -rf external/pkg
clean-gateway: clean-istio
rm -rf external/envoy
rm -rf external/proxy
rm -rf external/go-control-plane
rm -rf external/package/envoy.tar.gz
clean-env: