diff --git a/platforms/arduino/Makefile b/platforms/arduino/Makefile index b7d64a58f..9c7e14b86 100644 --- a/platforms/arduino/Makefile +++ b/platforms/arduino/Makefile @@ -28,6 +28,9 @@ ARDUINO_LIBS=~/Documents/arduino/libraries/BTstack all: release +clean: + rm -rf ${BTSTACK_PACKAGE} + update_version: ${BTSTACK_ROOT}/tools/get_version.sh