Update Makefile

This commit is contained in:
Night Kaly 2024-02-28 10:22:05 +00:00
parent 6797055c8c
commit 1fcbd20b58

View file

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