From d4255fcade6304aadbc27a84a6f983edac10627e Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 7 Nov 2025 17:55:17 +0000 Subject: [PATCH] ugh git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@622 b9cfdab3-6d41-4d17-bbe4-086880011989 --- Koakumafile | 1 + 1 file changed, 1 insertion(+) diff --git a/Koakumafile b/Koakumafile index 2bbf06a..a1012a4 100755 --- a/Koakumafile +++ b/Koakumafile @@ -18,6 +18,7 @@ proc run {project_name} { } elseif { "$target" == "Win64" } { RunCommand "./configure --enable-opengl --enable-stb-truetype --disable-freetype2 --cross CC=x86_64-w64-mingw32-gcc" } + RunCommand "make clean" RunCommand "make -j4" } }