From f1501da900411c59af3b546c6431d3931a0e1b5e Mon Sep 17 00:00:00 2001 From: Paul Hallett Date: Mon, 22 Sep 2014 15:12:09 +0100 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e37574..a414774 100644 --- a/Makefile +++ b/Makefile @@ -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