Skip to content

Commit

Permalink
Merge pull request #776 from filippog/github/make_clean
Browse files Browse the repository at this point in the history
clean version artifacts in make clean
  • Loading branch information
kormoc committed Jan 5, 2015
2 parents e6c6fc8 + 36fd77a commit 7ed8fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -91,6 +91,7 @@ tar: sdist
clean:
./setup.py clean
rm -rf dist build MANIFEST .tox *.log
rm -f version.txt src/diamond/version.py
find . -name '*.pyc' -delete

version:
Expand Down

0 comments on commit 7ed8fda

Please sign in to comment.