From d19180212f79428474745caea160dc314d29e19c Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 7 Nov 2025 17:50:57 +0000 Subject: [PATCH] fix git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@620 b9cfdab3-6d41-4d17-bbe4-086880011989 --- Koakumafile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Koakumafile b/Koakumafile index a987227..2bbf06a 100755 --- a/Koakumafile +++ b/Koakumafile @@ -8,7 +8,9 @@ proc run {project_name} { RunCommand "mv doxygen/html /var/www/milsko-doxygen" } else { foreach target {"Linux" "Win32" "Win64"} { - RunCommand "make distclean || true" + if { [file exists "Makefile"] == 1 } { + RunCommand "make distclean" + } if { "$target" == "Linux" } { RunCommand "./configure --enable-opengl --enable-vulkan --without-vulkan-string-helper" } elseif { "$target" == "Win32" } {