Skip to content
Snippets Groups Projects
Commit 21fadb9e authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Add distclean target

parent b222a830
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,15 @@ sitl_ros:
all: px4fmu-v2_default
clean:
rm -rf build_*/
@rm -rf build_*/
distclean: clean
@cd NuttX
@git clean -d -f -x
@cd ..
@cd src/lib/uavcan
@git clean -d -f -x
@cd ../../..
# targets handled by cmake
cmake_targets = test upload package package_source debug debug_io check_weak
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment