mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
lib.mk: Introduced local_libclean
This commit is contained in:
parent
bfca135d80
commit
4bbea5b3b6
1 changed files with 5 additions and 3 deletions
|
|
@ -10,7 +10,9 @@ all: $(LIB_SO) $(LINKS_SO)
|
|||
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
clean:
|
||||
rm -rf *.a *.o *.so.* *.so *~ st* .*.swp *.done
|
||||
distclean: clean
|
||||
install: $(LOCAL_TARGETS) all $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED_LINKS_SO)
|
||||
clean: local_libclean
|
||||
distclean: clean
|
||||
local_libclean:
|
||||
rm -rf *.a *.o *.so.* *.so *~ st* .*.swp *.done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue