Changed "flex++" to "flex --c++" to avoid the need to create the link from "flex...
[OpenFOAM-1.5.x.git] / bin / rmclassall
blob5ee1c736290e32193b48e9d0b743f1574485ef5f
1 #!/bin/sh
2 find . \( -name '*.class' \) -print | xargs -t rm