From: chaoskagami Date: Wed, 20 Aug 2014 16:32:31 +0000 (-0400) Subject: Fixups X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=b29ced620df2f78b0275ce9b7ca5762c26b9f454;p=vn%2FFSNConverter-Linux.git Fixups --- diff --git a/build.sh b/build.sh index 8502df3..a70a739 100755 --- a/build.sh +++ b/build.sh @@ -64,7 +64,6 @@ if [ "$F" == "build" ]; then elif [ "$F" == "clean" ]; then rm -rf Out cd Tools/ahx2wav - ./make.sh clean cd ../../UI ant clean cd ..