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
clean:
rm -f build/vmlinuz-virt \
build/mouse-disk.img build/ovmf-code.fd \
build/mouse-rootfs.btrfs
rm -rf build/*
cd base/cheesed; cargo clean