summaryrefslogtreecommitdiff
path: root/Makefile
Side-by-side diff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a85ed57..c33bb00 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,9 @@ endif
SUBDIRS = $(subdir-y)
all clean install ipk: $(SUBDIRS)
+ make -C bin clean
+ make -C lib clean
+ make -C plugins clean
lupdate lrelease:
@for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done