summaryrefslogtreecommitdiff
path: root/Makefile
Side-by-side diff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c33bb00..fd7da6d 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,4 @@ SUBDIRS = $(subdir-y)
all clean install ipk: $(SUBDIRS)
- make -C bin clean
- make -C lib clean
- make -C plugins clean
lupdate lrelease:
@@ -134,4 +131,7 @@ $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-head
clean : $(TOPDIR)/.config
+ make -C bin clean
+ make -C lib clean
+ make -C plugins clean
apidox : doc/generate_apidox