diff --git a/Makefile b/Makefile index a377dba..3f2c083 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ clean: @for pattern in `cat .gitignore`; do rm -rf $$pattern; done @echo "OK!" -release: clean unit functional integration doctest deploy-documentation +release: clean unit functional @printf "Exporting to $(filename)... " @tar czf $(filename) httpretty setup.py README.md COPYING @echo "DONE!"