summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80964cf..bbc3b02 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CVSTAG=mock-$(subst .,_,$(VERSION)-$(RELEASE))
all: subdirs
clean:
- rm -f *.pyc *.pyo *~
+ rm -f *.pyc *.pyo *~ *.bak
for d in $(SUBDIRS); do make -C $$d clean ; done
subdirs: