Remove import lib on make clean.

This commit is contained in:
Alexandre Julliard 2005-05-31 09:38:10 +00:00
parent 39c8616e87
commit c025b018a6
1 changed files with 3 additions and 0 deletions

View File

@ -18,4 +18,7 @@ SUBDIRS = tests
$(IMPORTLIB): lib$(BASEMODULE).$(IMPLIBEXT)
$(RM) $@ && $(LN_S) lib$(BASEMODULE).$(IMPLIBEXT) $@
clean::
$(RM) $(IMPORTLIB)
### Dependencies: