Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
Add 'clean' target to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Apr 30, 2014
1 parent 0515f2b commit aeda939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile
Expand Up @@ -8,3 +8,7 @@ sandbox: install
sandbox/manage.py migrate
sandbox/manage.py loaddata sandbox/fixtures/auth.json countries.json
sandbox/manage.py oscar_import_catalogue sandbox/fixtures/books-catalogue.csv

clean:
find . -type f -name "*.pyc" -delete
-rm -rf nosetests.xml coverage.xml htmlcov *.egg-info *.pdf dist violations.txt

0 comments on commit aeda939

Please sign in to comment.