From b8982fad60c78a2a8bb80a2aebc79bd931c089ae Mon Sep 17 00:00:00 2001 From: randy Date: Mon, 1 Jul 2024 16:50:36 +0700 Subject: [PATCH] build if --- build_clang.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_clang.bat b/build_clang.bat index 27210c4..fa986c6 100644 --- a/build_clang.bat +++ b/build_clang.bat @@ -1,5 +1,7 @@ @echo off -rmdir /S /Q build +if exist build ( + rmdir /s /q build +) mkdir build pushd build