From ac0e0981ff15be040e4a2c5b3bfe454793970f03 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 19 Oct 2025 17:11:16 +0000 Subject: [PATCH] i wonder if this works git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@424 b9cfdab3-6d41-4d17-bbe4-086880011989 --- Koakumafile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Koakumafile b/Koakumafile index 13f3dcd..1fe09e4 100755 --- a/Koakumafile +++ b/Koakumafile @@ -3,5 +3,13 @@ proc run {project_name} { if { "$project_name" == "MilskoDoxygen" } { + RunCommand "doxygen" + RunCommand "rm -rf /var/www/milsko-doxygen" + RunCommand "mv doxygen/html /var/www/milsko-doxygen" + } else { + RunCommand "make clean" + if { "$project_name" == "MilskoLinux" } { + RunCommand "make -j4" + } } }