Unidiff1 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 : |
125 | mrproper : clean-configs |
125 | mrproper : 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 | |
130 | include $(TOPDIR)/Rules.make |
132 | include $(TOPDIR)/Rules.make |
|