ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
rosmake --target=clean
rosmake --target=clean

for i in $(find . -maxdepth 1 -mindepth 1 -type d); do cd $i; make clean; cd -; done
rosmake --target=clean

For any directory this should work:

for i in $(find . -maxdepth 1 -mindepth 1 -type d); do cd $i; make clean; cd -; done