-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -109,2 +109,7 @@ 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 |