From 9abfdf940569fe6a7b34793e017c0de7f76ec48e Mon Sep 17 00:00:00 2001 From: Matt Stancliff Date: Mon, 5 Jan 2015 16:01:31 -0500 Subject: Build static library by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d9ac1f6..5c7af21 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ ifeq ($(uname_S),Darwin) DYLIB_MAKE_CMD=$(CC) -shared -Wl,-install_name,$(DYLIB_MINOR_NAME) -o $(DYLIBNAME) $(LDFLAGS) endif -all: $(DYLIBNAME) $(PKGCONFNAME) +all: $(DYLIBNAME) $(STLIBNAME) $(PKGCONFNAME) # Deps (use make dep to generate this) net.o: net.c fmacros.h net.h hiredis.h -- cgit v1.2.3