From 8eda1e014a5b1f64cff2191b5f3cf97aa50e4992 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Thu, 15 Apr 2021 02:42:39 +0200 Subject: [PATCH] build: Add distclean2 target --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f91d403a..ea51a113 100644 --- a/Makefile +++ b/Makefile @@ -83,9 +83,13 @@ limine-bios-clean: stage23-bios-clean decompressor-clean .PHONY: limine-uefi-clean limine-uefi-clean: stage23-uefi-clean +.PHONY: distclean2 +distclean2: clean test-clean + rm -rf bin build toolchain ovmf gnu-efi + .PHONY: distclean -distclean: clean test-clean - rm -rf bin build stivale toolchain ovmf gnu-efi +distclean: distclean2 + rm -rf stivale stivale: git clone https://github.com/stivale/stivale.git