summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb85223..c35af72 100644
--- a/Makefile
+++ b/Makefile
@@ -98,13 +98,18 @@ qtmessages:
$(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-headers) \
$(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11 $(OPIEDIR)/stamp-headers-x11 ) \
$(TOPDIR)/library/custom.h
clean : $(TOPDIR)/.config
make -C bin clean
make -C lib clean
make -C plugins clean
apidox :
doc/generate_apidox
+mrproper : clean-configs
+ find . -name ".moc"|xargs rm -rf
+ find . -name ".obj"|xargs rm -rf
+ find . -name "*.pro"|xargs touch
+
include $(TOPDIR)/Rules.make