lib.mk: Add .dll to clean target

This commit is contained in:
Jan Lindemann 2007-07-16 15:20:55 +00:00 committed by Jan Lindemann
commit 98509f1aaf

View file

@ -14,5 +14,5 @@ install: $(LOCAL_TARGETS) all $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED
clean: libclean local_libclean
distclean: clean
local_libclean:
rm -rf *.a *.o *.so.* *.so *~ st* .*.swp *.done
rm -rf *.a *.o *.so.* *.so *~ st* .*.swp *.done *.dll