From c5abcbc37912e04d0af33e5bf545d6fa62d4226b Mon Sep 17 00:00:00 2001 From: Shilong Liu Date: Wed, 5 Nov 2025 22:16:17 +0800 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4edc705..2b5bb51 100644 --- a/Makefile +++ b/Makefile @@ -35,5 +35,5 @@ libcswsscommon: sudo make -C libcswsscommon install clean: - rm -rf $(GOPATH) + rm -rf $(GOPATH) || true make -C libcswsscommon clean