summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dc5291f..caf7f31 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,10 @@ lint:
./custodia
clean:
- rm -fr build dist *.egg-info
- find ./ -name '*.pyc' -exec rm -f {} \;
+ rm -fr build dist *.egg-info .tox
+ rm -f server_socket
+ find ./ -name '*.py[co]' -exec rm -f {} \;
+ find ./ -name __pycache__ -exec rm -rf {} \;
cscope:
git ls-files | xargs pycscope