summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
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
@@ -120,5 +120,2 @@ SUBDIRS = $(subdir-y)
120all clean install ipk: $(SUBDIRS) 120all clean install ipk: $(SUBDIRS)
121 make -C bin clean
122 make -C lib clean
123 make -C plugins clean
124 121
@@ -135,2 +132,5 @@ $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-head
135clean : $(TOPDIR)/.config 132clean : $(TOPDIR)/.config
133 make -C bin clean
134 make -C lib clean
135 make -C plugins clean
136 136