Update Makefile
This commit is contained in:
parent
2bb290ee40
commit
fefce56c80
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue