summaryrefslogtreecommitdiff
path: root/Makefile
authormickeyl <mickeyl>2004-06-02 23:42:08 (UTC)
committer mickeyl <mickeyl>2004-06-02 23:42:08 (UTC)
commit3706581a124f51ec92bcdf1fc3f94431778509e9 (patch) (side-by-side diff)
tree58e57c8452bd7a028c3c35fa0df4cdcffa18d612 /Makefile
parent9135254f2b593741cf7b0ffd80bb8bb63986333d (diff)
downloadopie-3706581a124f51ec92bcdf1fc3f94431778509e9.zip
opie-3706581a124f51ec92bcdf1fc3f94431778509e9.tar.gz
opie-3706581a124f51ec92bcdf1fc3f94431778509e9.tar.bz2
make mrproper cleaning more thorough
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 :
mrproper : clean-configs
find . -name ".moc"|xargs rm -rf
find . -name ".obj"|xargs rm -rf
+ find lib -name "lib*.*"|xargs rm -f
+ find plugins -name "lib*.*"|xargs rm -f
find . -name "*.pro"|xargs touch
include $(TOPDIR)/Rules.make