summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a335109..5e1b97b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
clean:
rm -f *.pyc *.pyo *~
+ cd makerepo; rm -f *.pyc *.pyo *~
cd shared; rm -f *.pyc *.pyo *~
install: