diff --git a/Makefile b/Makefile index d003b72..de1a403 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,7 @@ run-efi: all .PHONY: run-bios run-bios: all qemu-system-x86_64 -hda build/hos-bios.img + +.PHONY: clean +clean: + ./rscons clean