mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
Remove import lib on make clean.
This commit is contained in:
parent
39c8616e87
commit
c025b018a6
@ -18,4 +18,7 @@ SUBDIRS = tests
|
||||
$(IMPORTLIB): lib$(BASEMODULE).$(IMPLIBEXT)
|
||||
$(RM) $@ && $(LN_S) lib$(BASEMODULE).$(IMPLIBEXT) $@
|
||||
|
||||
clean::
|
||||
$(RM) $(IMPORTLIB)
|
||||
|
||||
### Dependencies:
|
||||
|
Loading…
x
Reference in New Issue
Block a user