Fixed parallel make

This commit is contained in:
2025-12-10 15:27:38 +01:00
parent 30b72dbe2c
commit d759dc8530

View File

@@ -12,7 +12,7 @@ TEMPLATE_PACKDIR=$2/target/pack/bundle
rm -r $TEMPLATE_PACKDIR || true
cd $2
make bundle
MAKEFLAGS= make bundle
cd ..
rm -r ./$1 || true