diff --git a/Makefile b/Makefile index 890f740ac536991e9fa469c5f67e5da84f6a3e36..ca0ccbee60f7e8d084b336471be75cf45756323f 100644 --- a/Makefile +++ b/Makefile @@ -20,11 +20,11 @@ docclean: clean: @echo "Cleaning all build products for the current board" - @find ./pkg/ ./examples/ ./tests/ -maxdepth 2 -mindepth 2 -type f -name Makefile -execdir "${MAKE}" clean ';' + @find ./examples/ ./tests/ -maxdepth 2 -mindepth 2 -type f -name Makefile -execdir "${MAKE}" clean ';' distclean: docclean @echo "Cleaning all build products" - @find ./pkg/ ./examples/ ./tests/ -maxdepth 2 -mindepth 2 -type f -name Makefile -execdir "${MAKE}" distclean ';' + @find ./examples/ ./tests/ -maxdepth 2 -mindepth 2 -type f -name Makefile -execdir "${MAKE}" distclean ';' welcome: @echo "Welcome to RIOT - The friendly OS for IoT!"