add build to make clean

This commit is contained in:
Tyrel Souza 2016-05-25 10:06:05 -04:00
parent d07ba7c0bf
commit 9469eb9b12
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ clean:
find celigo -name \*.pyc -delete
find celigo -name \*__pycache__ -delete
rm -rf build-*
rm -rf build
rm -rf *egg*
rm -rf dist