Added target dynamic and static

This commit is contained in:
7u83 2022-07-09 11:51:53 +02:00
parent 718dcbd45c
commit 330b8a9d87
1 changed files with 3 additions and 0 deletions

View File

@ -257,6 +257,9 @@ DNAME := $(LIBARCHDIR)/libcw.so
CFLAGS+=-fPIC
all: $(SNAME) $(DNAME)
static: $(SNAME)
dynamic: $(DNAME)
include ../lib.mk