Update the make clean command to clear out the parallelized sqlite3 files

This commit is contained in:
Jeff Bradberry 2019-07-17 17:06:10 -04:00
parent f5fee8e6e7
commit d32394f1b6

View File

@ -101,7 +101,7 @@ clean: clean-ui clean-dist
rm -rf awx/job_status
rm -rf awx/job_output
rm -rf reports
rm -f awx/awx_test.sqlite3
rm -f awx/awx_test.sqlite3*
rm -rf requirements/vendor
rm -rf tmp
rm -rf $(I18N_FLAG_FILE)