maketgz: add -j to make dist

... makes it a lot faster
This commit is contained in:
Daniel Stenberg 2016-03-22 10:35:22 +01:00
parent 22b21bc40e
commit 1d7df9ed7a
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./script
echo "make dist"
targz="curl-$version.tar.gz"
make -s dist VERSION=$version
make -sj dist VERSION=$version
############################################################################
#