-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -104,7 +104,12 @@ clean : $(TOPDIR)/.config make -C lib clean make -C plugins clean 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 |