From 847b77696d3e76e86d9736009630abcd89cf71f3 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sat, 8 Aug 2015 10:18:46 +0200 Subject: [PATCH] Update makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b02d1d3..1ab4044 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ help: clean: clean-build clean-pyc clean-build: + python setup.py clean --all rm -fr build/ rm -fr dist/ rm -fr *.egg-info