From 56a729ac5475db1235b118dc40fbaab60763e67c Mon Sep 17 00:00:00 2001 From: gaoyang3513 Date: Sun, 21 Jan 2024 14:47:11 +0000 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20=E5=AE=8C=E6=88=90clean?= =?UTF-8?q?=EF=BC=8C=E6=B8=85=E9=99=A4output=E3=80=81=5Finstall=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 891e7f287..76f921778 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,8 @@ clean: @for sub in $(SUB_DIRS); do \ $(MAKE) -C $${sub} clean; \ done; + @if [ -d $(LOCAL_DIR)/output ]; then rm -rf $(LOCAL_DIR)/output; fi; + @if [ -d $(LOCAL_DIR)/_install ]; then rm -rf $(LOCAL_DIR)/_install; fi; install: @mkdir -p $(INSTALL_DIR);