chore: fix makefile clean

This commit is contained in:
Michal S.
2026-08-04 18:08:27 +01:00
parent 69071efd58
commit e0166e3673
+2 -3
View File
@@ -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