summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2052ea9..13e1205 100644
--- a/Makefile
+++ b/Makefile
@@ -122,9 +122,11 @@ clean : $(TOPDIR)/.config
122apidox : 122apidox :
123 doc/generate_apidox 123 doc/generate_apidox
124 124
125mrproper : clean-configs 125mrproper : clean-configs
126 find . -name ".moc"|xargs rm -rf 126 find . -name ".moc"|xargs rm -rf
127 find . -name ".obj"|xargs rm -rf 127 find . -name ".obj"|xargs rm -rf
128 find lib -name "lib*.*"|xargs rm -f
129 find plugins -name "lib*.*"|xargs rm -f
128 find . -name "*.pro"|xargs touch 130 find . -name "*.pro"|xargs touch
129 131
130include $(TOPDIR)/Rules.make 132include $(TOPDIR)/Rules.make