summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)"'