Skip to content

Commit

Permalink
Added 'git clean' to 'make clean'.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Aug 3, 2009
1 parent 8f35ad2 commit 64b8aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -11,6 +11,7 @@ help:

clean:
@echo "Cleaning..."
@git clean -df
@rm -rf build dist src/simple_db_migrate.egg-info simple_db_migrate.egg-info *.pyc **/*.pyc *~ *.migration *.foo

test:
Expand Down

0 comments on commit 64b8aee

Please sign in to comment.