diff --git a/Makefile b/Makefile index 18e1a85..7830722 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(BBPATH),) $(error BBPATH is not set. Run `source dev-setup` first) endif -.PHONY: all dist emu clean images +.PHONY: all dist emu clean clean-dstack images BUILD_DIR ?= build BUILD_IMAGES_DIR ?= ${BUILD_DIR}/tmp/deploy/images/tdx @@ -37,4 +37,7 @@ test: make images dist run clean: - git clean -xdff \ No newline at end of file + git clean -xdff + +clean-dstack: + bitbake -c cleansstate dstack-guest dstack-rootfs dstack-rootfs-dev