build: Add distclean2 target
This commit is contained in:
parent
4e4017fb13
commit
8eda1e014a
8
Makefile
8
Makefile
|
@ -83,9 +83,13 @@ limine-bios-clean: stage23-bios-clean decompressor-clean
|
||||||
.PHONY: limine-uefi-clean
|
.PHONY: limine-uefi-clean
|
||||||
limine-uefi-clean: stage23-uefi-clean
|
limine-uefi-clean: stage23-uefi-clean
|
||||||
|
|
||||||
|
.PHONY: distclean2
|
||||||
|
distclean2: clean test-clean
|
||||||
|
rm -rf bin build toolchain ovmf gnu-efi
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
distclean: clean test-clean
|
distclean: distclean2
|
||||||
rm -rf bin build stivale toolchain ovmf gnu-efi
|
rm -rf stivale
|
||||||
|
|
||||||
stivale:
|
stivale:
|
||||||
git clone https://github.com/stivale/stivale.git
|
git clone https://github.com/stivale/stivale.git
|
||||||
|
|
Loading…
Reference in New Issue