From 330b8a9d87c12d1ac9ff4c3c156da0374e2fb347 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sat, 9 Jul 2022 11:51:53 +0200 Subject: [PATCH] Added target dynamic and static --- src/cw/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cw/Makefile b/src/cw/Makefile index b1fa7e1e..ef15c78d 100644 --- a/src/cw/Makefile +++ b/src/cw/Makefile @@ -257,6 +257,9 @@ DNAME := $(LIBARCHDIR)/libcw.so CFLAGS+=-fPIC all: $(SNAME) $(DNAME) +static: $(SNAME) +dynamic: $(DNAME) + include ../lib.mk