summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (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
@@ -107,4 +107,9 @@ clean : $(TOPDIR)/.config
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