diff options
| author | Matt Stancliff <matt@genges.com> | 2015-01-05 16:01:31 -0500 | 
|---|---|---|
| committer | Matt Stancliff <matt@genges.com> | 2015-01-05 16:53:23 -0500 | 
| commit | 9abfdf940569fe6a7b34793e017c0de7f76ec48e (patch) | |
| tree | b0d1704de6f168cb26fa51753a67e4bacf5dba1c | |
| parent | 1d2b4d38db86fe7ea97855373a5f3797becd06ab (diff) | |
| download | hiredict-9abfdf940569fe6a7b34793e017c0de7f76ec48e.tar.xz | |
Build static library by default
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
