From 6bdc9d8c6e92ecbe4258fe0386053fc343c51bd9 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sun, 29 Sep 2013 19:40:19 -0400 Subject: Add .pyc files to the cleaning rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"' -- cgit v1.2.3-70-g09d2