build: Also remove limine-install.exe in limine-install Makefile
This commit is contained in:
parent
9793064767
commit
0cc0e019cd
|
@ -23,7 +23,7 @@ install: all
|
||||||
install -m 644 BOOTX64.EFI $(DESTDIR)$(PREFIX)/share/
|
install -m 644 BOOTX64.EFI $(DESTDIR)$(PREFIX)/share/
|
||||||
|
|
||||||
clean:
|
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
|
limine-install: limine-install.c limine-hdd.o
|
||||||
$(CC) $(CFLAGS) -std=c11 $^ -o $@
|
$(CC) $(CFLAGS) -std=c11 $^ -o $@
|
||||||
|
|
Loading…
Reference in New Issue