Remove all versioned libraries on "make clean"
This commit is contained in:
parent
1276256a72
commit
becae5f37a
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ $(NF_LIB): $(NF_LIB).$(PACKAGE_VERSION)
|
|||
|
||||
clean:
|
||||
@echo " CLEAN lib"; \
|
||||
$(RM) -f $(ALL_OBJ) $(LIBS) $(DEPS)
|
||||
$(RM) -f $(ALL_OBJ) $(LIBS) $(DEPS) *.so.*
|
||||
|
||||
distclean:
|
||||
@echo " DISTCLEAN lib"; \
|
||||
|
|
Loading…
Add table
Reference in a new issue