summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2013-09-29 19:40:19 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2013-09-29 19:40:19 -0400
commit6bdc9d8c6e92ecbe4258fe0386053fc343c51bd9 (patch)
treee77eee7e877fc26bb5cf3798a7cbb50527a31d7d
parentef7a80865f253852f7c7b01f04bc02b695ead67b (diff)
downloadlastfm-6bdc9d8c6e92ecbe4258fe0386053fc343c51bd9.tar.gz
Add .pyc files to the cleaning ruleHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a09f992..e300060 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ clean:
pssh $(OPTIONS) -h $(HOSTS) "rm -f *.txt; rm -f *.out"
distclean:
- rm -f alive.txt deploy_client deploy_libs
+ rm -f alive.txt deploy_client deploy_libs *.pyc
ping: $(ALIVES)
pssh $(FOPTIONS) 'python2 --version 2>&1 | grep -E "(2\.6|2\.7)"'