Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hallett committed Sep 22, 2014
1 parent c11991d commit f1501da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ build: venv
. venv/bin/activate; python setup.py bdist_wheel

clean:
rm -rf build
rm -rf docs/build
rm -rf django_twilio.egg-info
rm -rf htmlcov
rm -rf dist

0 comments on commit f1501da

Please sign in to comment.