summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Stancliff <matt@genges.com>2015-01-05 16:01:31 -0500
committerMatt Stancliff <matt@genges.com>2015-01-05 16:53:23 -0500
commit9abfdf940569fe6a7b34793e017c0de7f76ec48e (patch)
treeb0d1704de6f168cb26fa51753a67e4bacf5dba1c /Makefile
parent1d2b4d38db86fe7ea97855373a5f3797becd06ab (diff)
Build static library by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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