mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-26 10:29:54 +03:00
build: Add *.tar.gz to maintainer-clean's rm
This commit is contained in:
parent
3afb251750
commit
b023b96c6b
@ -319,7 +319,7 @@ distclean: clean
|
||||
|
||||
.PHONY: maintainer-clean
|
||||
maintainer-clean: distclean
|
||||
cd '$(call SHESCAPE,$(SRCDIR))' && rm -rf stivale reduced-gnu-efi configure install-sh *'~' autom4te.cache *.tar.xz
|
||||
cd '$(call SHESCAPE,$(SRCDIR))' && rm -rf stivale reduced-gnu-efi configure install-sh *'~' autom4te.cache *.tar.xz *.tar.gz
|
||||
|
||||
.PHONY: stage23-uefi64
|
||||
stage23-uefi64: $(call MKESCAPE,$(SRCDIR))/stivale
|
||||
|
Loading…
Reference in New Issue
Block a user