Update Makefile

This commit is contained in:
Night Kaly 2024-02-28 10:23:26 +00:00
parent 2bb290ee40
commit fefce56c80

View file

@ -24,7 +24,7 @@ version:
dist: version noted dist: version noted
mkdir -p noted-${VERSION} mkdir -p noted-${VERSION}
cp -R LICENSE Makefile README.md noted.1 noted noted-${VERSION} cp -R LICENSE README.md noted.1 noted noted-${VERSION}
tar -cf noted-${VERSION}.tar noted-${VERSION} tar -cf noted-${VERSION}.tar noted-${VERSION}
gzip noted-${VERSION}.tar gzip noted-${VERSION}.tar
rm -rf noted-${VERSION} rm -rf noted-${VERSION}