lib.mk: Add *.exp and *.lib to mingw clean target

This commit is contained in:
Jan Lindemann 2007-09-03 11:47:49 +00:00 committed by Jan Lindemann
commit 3f00484402

View file

@ -20,7 +20,7 @@ endif
clean.mingw:
ifeq ($(TARGET),mingw)
rm -rf *.dll *.def
rm -rf *.dll *.def *.exp *.lib
endif
clean.all: