From fa67571459730521bac59bd6233d762b5b911a55 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Fri, 4 Mar 2016 21:10:21 +0000 Subject: [PATCH] Fixed make clean removes the library now FossilOrigin-Name: 42088e7854550bdfeefffa50de731a5bee1422c9e4310fd116f39252be73e911 --- src/cw/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cw/Makefile b/src/cw/Makefile index 52a6199e..1542ca18 100644 --- a/src/cw/Makefile +++ b/src/cw/Makefile @@ -326,6 +326,7 @@ all: $(ARCH)/$(NAME) clean: $(RM) $(ARCH)/* + $(RM) $(LIBDIR)/$(NAME) # $(RM) $(OBJS) # $(RM) $(DEPS) # $(RM) $(ARCH)/$(NAME)