build: Remove traces of INSTALL file
diff --git a/.gitignore b/.gitignore
index 0bb5453e..fff602a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,7 +29,6 @@
/freestanding-toolchain
/configure
/configure.ac.save
-/INSTALL
/build-aux
/aclocal.m4
/*~
diff --git a/GNUmakefile.in b/GNUmakefile.in
index f3288d37..8a29d927 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -328,7 +328,7 @@ distclean: clean
.PHONY: maintainer-clean
maintainer-clean: distclean
- cd '$(call SHESCAPE,$(SRCDIR))' && rm -rf common/flanterm common/stb/stb_image.h decompressor/tinf freestanding-headers libgcc-binaries limine-efi freestanding-toolchain configure INSTALL build-aux *'~' autom4te.cache aclocal.m4 *.tar.xz *.tar.gz
+ cd '$(call SHESCAPE,$(SRCDIR))' && rm -rf common/flanterm common/stb/stb_image.h decompressor/tinf freestanding-headers libgcc-binaries limine-efi freestanding-toolchain configure build-aux *'~' autom4te.cache aclocal.m4 *.tar.xz *.tar.gz
.PHONY: common-uefi-x86-64
common-uefi-x86-64:
