Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
9abfdf94
Commit
9abfdf94
authored
Jan 05, 2015
by
Matt Stancliff
Browse files
Build static library by default
parent
1d2b4d38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
9abfdf94
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment