Build static library by default
This commit is contained in:
parent
1d2b4d38db
commit
9abfdf9405
2
Makefile
2
Makefile
@ -65,7 +65,7 @@ ifeq ($(uname_S),Darwin)
|
|||||||
DYLIB_MAKE_CMD=$(CC) -shared -Wl,-install_name,$(DYLIB_MINOR_NAME) -o $(DYLIBNAME) $(LDFLAGS)
|
DYLIB_MAKE_CMD=$(CC) -shared -Wl,-install_name,$(DYLIB_MINOR_NAME) -o $(DYLIBNAME) $(LDFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: $(DYLIBNAME) $(PKGCONFNAME)
|
all: $(DYLIBNAME) $(STLIBNAME) $(PKGCONFNAME)
|
||||||
|
|
||||||
# Deps (use make dep to generate this)
|
# Deps (use make dep to generate this)
|
||||||
net.o: net.c fmacros.h net.h hiredis.h
|
net.o: net.c fmacros.h net.h hiredis.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user