build: Remove traces of INSTALL file
diff --git a/.gitignore b/.gitignore
index 68457a92..8458a330 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,7 +30,6 @@
/freestanding-toolchain
/configure
/configure.ac.save
-/INSTALL
/build-aux
/aclocal.m4
/*~
diff --git a/GNUmakefile.in b/GNUmakefile.in
index d05aac61..284959c3 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/libfdt 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/libfdt 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:
