change dist section in make

This commit is contained in:
Night Kaly 2024-02-28 10:12:02 +00:00
parent febb828136
commit 15d5cf0bdd
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

View file

@ -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}