summaryrefslogtreecommitdiff
path: root/Makefile
authormickeyl <mickeyl>2004-03-27 15:11:25 (UTC)
committer mickeyl <mickeyl>2004-03-27 15:11:25 (UTC)
commitb861672a92c94a19bb7696b144310876b98ca424 (patch) (side-by-side diff)
treed726a8c082965f6fbb650f8ebbf738758a6854d5 /Makefile
parentd4f3b191088c8aba4e4cc391f79785e65a1d7431 (diff)
downloadopie-b861672a92c94a19bb7696b144310876b98ca424.zip
opie-b861672a92c94a19bb7696b144310876b98ca424.tar.gz
opie-b861672a92c94a19bb7696b144310876b98ca424.tar.bz2
add mrproper as make target
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
apidox :
doc/generate_apidox
+mrproper : clean-configs
+ find . -name ".moc"|xargs rm -rf
+ find . -name ".obj"|xargs rm -rf
+ find . -name "*.pro"|xargs touch
+
include $(TOPDIR)/Rules.make