Added target dynamic and static
This commit is contained in:
parent
718dcbd45c
commit
330b8a9d87
@ -257,6 +257,9 @@ DNAME := $(LIBARCHDIR)/libcw.so
|
||||
CFLAGS+=-fPIC
|
||||
|
||||
all: $(SNAME) $(DNAME)
|
||||
static: $(SNAME)
|
||||
dynamic: $(DNAME)
|
||||
|
||||
|
||||
include ../lib.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user