Commit c025b018 authored by Alexandre Julliard's avatar Alexandre Julliard

Remove import lib on make clean.

parent 39c8616e
......@@ -18,4 +18,7 @@ SUBDIRS = tests
$(IMPORTLIB): lib$(BASEMODULE).$(IMPLIBEXT)
$(RM) $@ && $(LN_S) lib$(BASEMODULE).$(IMPLIBEXT) $@
clean::
$(RM) $(IMPORTLIB)
### Dependencies:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment