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:
|
||||
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}
|
||||
gzip rush-${VERSION}.tar
|
||||
rm -rf rush-${VERSION}
|
||||
|
|
Loading…
Reference in a new issue