Remove cache files created during build.

This commit is contained in:
Joe Testa 2021-08-26 10:47:43 -04:00
parent f377b7cea3
commit 992d8233c9

View File

@ -120,8 +120,8 @@ if [[ $? == 0 ]]; then
exit 1
fi
# Remove the link we created, above.
rm ssh-audit.py
# Remove the cache files created during the build process, along with the link we created, above.
rm -rf build/ ssh-audit.spec ssh-audit.py
# Reset the changes we made to globals.py.
git checkout globals.py 2> /dev/null