diff options
| -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 | 
