-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -107,4 +107,9 @@ clean : $(TOPDIR)/.config | |||
107 | apidox : | 107 | apidox : |
108 | doc/generate_apidox | 108 | doc/generate_apidox |
109 | 109 | ||
110 | mrproper : clean-configs | ||
111 | find . -name ".moc"|xargs rm -rf | ||
112 | find . -name ".obj"|xargs rm -rf | ||
113 | find . -name "*.pro"|xargs touch | ||
114 | |||
110 | include $(TOPDIR)/Rules.make | 115 | include $(TOPDIR)/Rules.make |