change dist section in make
This commit is contained in:
parent
febb828136
commit
15d5cf0bdd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ clean:
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
mkdir -p rush-${VERSION}
|
mkdir -p rush-${VERSION}
|
||||||
cp -R LICENSE Makefile README.md rush.1 rush rush-${VERSION}
|
cp -R LICENSE README.md rush.1 rush rush-${VERSION}
|
||||||
tar -cf rush-${VERSION}.tar rush-${VERSION}
|
tar -cf rush-${VERSION}.tar rush-${VERSION}
|
||||||
gzip rush-${VERSION}.tar
|
gzip rush-${VERSION}.tar
|
||||||
rm -rf rush-${VERSION}
|
rm -rf rush-${VERSION}
|
||||||
|
|
Loading…
Reference in a new issue