Commit b2fa6c45 authored by Lucas Russo's avatar Lucas Russo

src/libs/libhutils/Makefile: remove dynamic library in mrproper rule

parent fd09a50f
......@@ -156,5 +156,5 @@ clean:
rm -f $(OBJS_all) $(OBJS_all:.o=.d)
mrproper: clean
rm -f *.a
rm -f *.a *.so.$(LIB_VER)
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