build: Also remove limine-install.exe in limine-install Makefile

This commit is contained in:
mintsuki 2021-03-18 08:13:27 +01:00
parent 9793064767
commit 0cc0e019cd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ install: all
install -m 644 BOOTX64.EFI $(DESTDIR)$(PREFIX)/share/
clean:
rm -f limine-hdd.o limine-install
rm -f limine-hdd.o limine-install limine-install.exe
limine-install: limine-install.c limine-hdd.o
$(CC) $(CFLAGS) -std=c11 $^ -o $@