loader: Fix the clean target to delete the generated wine_info.plist file.
This commit is contained in:
parent
4981b5b446
commit
93f77f461a
|
@ -66,3 +66,6 @@ uninstall::
|
|||
$(RM) $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/wine.$(prog_manext)
|
||||
$(RM) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)
|
||||
$(RM) $(DESTDIR)$(mandir)/pl.UTF-8/man$(prog_manext)/wine.$(prog_manext)
|
||||
|
||||
clean::
|
||||
$(RM) wine_info.plist
|
||||
|
|
Loading…
Reference in New Issue