chore: fix makefile clean
This commit is contained in:
@@ -36,6 +36,5 @@ check: check-locks
|
|||||||
@set -e; for check in $(CHECKS); do ./tests/acceptance/$$check.sh; done
|
@set -e; for check in $(CHECKS); do ./tests/acceptance/$$check.sh; done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f build/vmlinuz-virt \
|
rm -rf build/*
|
||||||
build/mouse-disk.img build/ovmf-code.fd \
|
cd base/cheesed; cargo clean
|
||||||
build/mouse-rootfs.btrfs
|
|
||||||
|
|||||||
Reference in New Issue
Block a user