summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore 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
@@ -104,7 +104,12 @@ clean : $(TOPDIR)/.config
104 make -C lib clean 104 make -C lib clean
105 make -C plugins clean 105 make -C plugins clean
106 106
107apidox : 107apidox :
108 doc/generate_apidox 108 doc/generate_apidox
109 109
110mrproper : clean-configs
111 find . -name ".moc"|xargs rm -rf
112 find . -name ".obj"|xargs rm -rf
113 find . -name "*.pro"|xargs touch
114
110include $(TOPDIR)/Rules.make 115include $(TOPDIR)/Rules.make