From 67b90a482f291cb0936a13a96ba4c82a576de7e6 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 19 Oct 2020 21:59:54 -0400 Subject: [PATCH] add "clean" target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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