Skip to content

Commit

Permalink
Add make clean-dstack
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Oct 27, 2024
1 parent 152d7ce commit e98746d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -37,4 +37,7 @@ test:
make images dist run

clean:
git clean -xdff
git clean -xdff

clean-dstack:
bitbake -c cleansstate dstack-guest dstack-rootfs dstack-rootfs-dev

0 comments on commit e98746d

Please sign in to comment.