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
@@ -125,6 +125,8 @@ apidox :
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