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