]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/clean.tpl
Added target for smell checker
[u/mrichter/AliRoot.git] / build / clean.tpl
index 68a2eb29af5405254552886af152e67917f13b3b..34aabd62f5b6cfae949ca5610b3f1eca553df4e0 100644 (file)
@@ -31,6 +31,12 @@ ifndef ALIQUIET
 endif
                $(MUTE)rm -f `find @MODULE@/check -name '*.i'` `find @MODULE@/check -name '*.ii'` `find @MODULE@/check -name '*.viol'`
 
+clean-smell-@MODULE@:
+ifndef ALIQUIET
+               @echo "***** Cleaning code smell for @MODULE@ *****"
+endif
+               $(MUTE)rm -f `find @MODULE@/check -name '*.ml'` `find @MODULE@/check -name '*.smell'`
+
 clean-reveng-@MODULE@:
 ifndef ALIQUIET
                @echo "***** Cleaning reverse engineering files for @MODULE@ *****"