mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
lib.mk: Remove half-completed archives (st*), too
- Remove half-completed archives (st*), too - Include defs.mk before rules.mk, otherwise all doesn\'t run
This commit is contained in:
parent
add84f42b5
commit
9f0b16e172
1 changed files with 5 additions and 2 deletions
|
|
@ -3,11 +3,14 @@
|
|||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
all: $(LIB_SO) $(LINKS_SO)
|
||||
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
clean:
|
||||
rm -rf *.a *.o *.so.* *.so *~ .*.swp *.done
|
||||
rm -rf *.a *.o *.so.* *.so *~ st* .*.swp *.done
|
||||
distclean: clean
|
||||
install: $(LOCAL_TARGETS) all $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED_LINKS_SO)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue