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)
|
$(IMPORTLIB): lib$(BASEMODULE).$(IMPLIBEXT)
|
||||||
$(RM) $@ && $(LN_S) lib$(BASEMODULE).$(IMPLIBEXT) $@
|
$(RM) $@ && $(LN_S) lib$(BASEMODULE).$(IMPLIBEXT) $@
|
||||||
|
|
||||||
|
clean::
|
||||||
|
$(RM) $(IMPORTLIB)
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user