Remove requirements/vendor on make clean.

This commit is contained in:
Shane McDonald
2017-03-29 11:10:05 -04:00
parent d9e65823ad
commit 8c7947b1a8

View File

@@ -236,6 +236,7 @@ clean: clean-rpm clean-deb clean-ui clean-tar clean-packer clean-bundle clean-di
rm -rf awx/job_output
rm -rf reports
rm -f awx/awx_test.sqlite3
rm -rf requirements/vendor
rm -rf tmp
mkdir tmp
rm -rf build $(NAME)-$(VERSION) *.egg-info