mkdir obj, bin

This commit is contained in:
timerix 2022-09-16 00:56:51 +06:00
parent ff04da5c19
commit cf578fb567

View File

@ -40,3 +40,6 @@ if [ ! $CONFIG_VER -eq 2 ]; then
esac
done
fi
mkdir -p "$OUTDIR"
mkdir -p "$OBJDIR"