mk: cleanup catkin generated files/directories after make eclips-project

Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>
This commit is contained in:
Ruben Smits 2013-05-08 12:38:25 +02:00 committed by Dirk Thomas
parent 0ace728abb
commit bcac153733
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ eclipse-project:
awk -f $(shell rospack find mk)/eclipse.awk .project-cmake > .project
rm .project-cmake
python $(shell rospack find mk)/make_pydev_project.py
rm -r catkin catkin_generated CATKIN_IGNORE cmake_install.cmake devel gtest test_results
include $(shell rospack find mk)/buildtest.mk