Let "all" be an alias for "*" in patterns, fix output bug on non-command execution, make clean now removes the build dir

This commit is contained in:
Michael DeHaan 2012-03-02 19:44:50 -05:00
commit e6a1acf756
4 changed files with 4 additions and 0 deletions

View file

@ -24,6 +24,7 @@ pep8:
pep8 lib/
clean:
rm -rf build
find . -type f -name "*.pyc" -delete
find . -type f -name "*.pyo" -delete
find . -type f -name "*~" -delete